preparing build

This commit is contained in:
ManishMadan2882
2024-02-26 21:10:22 +05:30
parent 8073924056
commit 3a6770a1ae
200 changed files with 330 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
import { Answer } from "@/models/customTypes";
import { Doc } from "@/models/customTypes";
interface HistoryItem {
prompt: string;
response?: string;