update: fixed type error in OpenaiEmbeddings and added tailwindcss-animate as requirement

This commit is contained in:
Dhravya 2024-03-30 15:27:36 -07:00
parent d1506c3f95
commit ce2da50398
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import { AiTextEmbeddings } from "@cloudflare/ai/dist/tasks/text-embeddings";
import { AiTextGenerationOutput } from "@cloudflare/ai/dist/ai/tasks/text-generation";
interface OpenAIEmbeddingsParams {
apiKey: string;

View file

@ -53,6 +53,7 @@
"lucide-react": "^0.343.0",
"next-auth": "beta",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0"
"remark-gfm": "^4.0.0",
"tailwindcss-animate": "^1.0.7"
}
}