mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-08 22:21:07 +00:00
update: fixed type error in OpenaiEmbeddings and added tailwindcss-animate as requirement
This commit is contained in:
parent
d1506c3f95
commit
ce2da50398
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue