aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-03-30 15:27:36 -0700
committerDhravya <[email protected]>2024-03-30 15:27:36 -0700
commitce2da50398a4f4fc5c79841877bb6a58ec1d2a15 (patch)
tree5be6da220d7792eab7d118d664e5216c3dec3c4c /apps
parentfix: type error (diff)
downloadarchived-supermemory-ce2da50398a4f4fc5c79841877bb6a58ec1d2a15.tar.xz
archived-supermemory-ce2da50398a4f4fc5c79841877bb6a58ec1d2a15.zip
update: fixed type error in OpenaiEmbeddings and added tailwindcss-animate as requirement
Diffstat (limited to 'apps')
-rw-r--r--apps/cf-ai-backend/src/OpenAIEmbedder.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cf-ai-backend/src/OpenAIEmbedder.ts b/apps/cf-ai-backend/src/OpenAIEmbedder.ts
index aa6935a1..35c36c74 100644
--- a/apps/cf-ai-backend/src/OpenAIEmbedder.ts
+++ b/apps/cf-ai-backend/src/OpenAIEmbedder.ts
@@ -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;