diff options
| author | Dhravya Shah <[email protected]> | 2024-08-09 10:03:29 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-08-09 10:03:29 -0700 |
| commit | e6aa7a30106b128fb9f1188dbd61f0ebef175fe3 (patch) | |
| tree | 70266e9a15c908ccf421ef39215f58849d74275f /apps | |
| parent | update lock file (diff) | |
| download | supermemory-e6aa7a30106b128fb9f1188dbd61f0ebef175fe3.tar.xz supermemory-e6aa7a30106b128fb9f1188dbd61f0ebef175fe3.zip | |
update lockfile
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/cf-ai-backend/src/helper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cf-ai-backend/src/helper.ts b/apps/cf-ai-backend/src/helper.ts index 1c4dd69f..d8dbf9f7 100644 --- a/apps/cf-ai-backend/src/helper.ts +++ b/apps/cf-ai-backend/src/helper.ts @@ -41,7 +41,7 @@ export async function initQuery(env: Env, model: string = "gemini-1.5-pro") { baseURL: "https://gateway.ai.cloudflare.com/v1/47c2b4d598af9d423c06fc9f936226d5/supermemory/google-vertex-ai", }); - selectedModel = googleai.chat("models/gemini-pro"); + selectedModel = googleai.chat("models/gemini-1.5-flash-8b"); console.log("Selected model: ", selectedModel); break; case "gpt-4o": |