aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-07-18 21:37:24 -0500
committerDhravya Shah <[email protected]>2024-07-18 21:37:24 -0500
commit1b5bfd0a55a9b6f14540c0098377f26397d54b7a (patch)
tree7e85a0806963b86e9cb8bd2edda854e13ff0f877
parenttry new deploy strat (diff)
downloadsupermemory-1b5bfd0a55a9b6f14540c0098377f26397d54b7a.tar.xz
supermemory-1b5bfd0a55a9b6f14540c0098377f26397d54b7a.zip
deployment attempt
-rw-r--r--apps/cf-ai-backend/src/helper.ts2
-rw-r--r--apps/web/wrangler.toml1
-rwxr-xr-xbun.lockbbin1133284 -> 1128916 bytes
-rw-r--r--package.json19
4 files changed, 18 insertions, 4 deletions
diff --git a/apps/cf-ai-backend/src/helper.ts b/apps/cf-ai-backend/src/helper.ts
index dad84a49..c54dde9f 100644
--- a/apps/cf-ai-backend/src/helper.ts
+++ b/apps/cf-ai-backend/src/helper.ts
@@ -53,7 +53,7 @@ export async function initQuery(
"https://gateway.ai.cloudflare.com/v1/47c2b4d598af9d423c06fc9f936226d5/supermemory/openai",
compatibility: "strict",
});
- selectedModel = openai.chat("gpt-4o");
+ selectedModel = openai.chat("gpt-4o-mini");
break;
}
diff --git a/apps/web/wrangler.toml b/apps/web/wrangler.toml
index e564b567..ce38285b 100644
--- a/apps/web/wrangler.toml
+++ b/apps/web/wrangler.toml
@@ -3,7 +3,6 @@ compatibility_date = "2024-03-29"
compatibility_flags = [ "nodejs_compat" ]
pages_build_output_dir = ".vercel/output/static"
-
[placement]
mode = "smart"
diff --git a/bun.lockb b/bun.lockb
index 7a31ad59..5b21f4d7 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files differ
diff --git a/package.json b/package.json
index 433ccead..0d8868d8 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,23 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.1.2",
"@tldraw/assets": "^2.2.0",
- "jose": "^5.6.3",
+ "@types/jsonwebtoken": "^9.0.6",
+ "@types/react-responsive-masonry": "^2.1.3",
+ "@types/readline-sync": "^1.4.8",
+ "ai": "^3.1.14",
+ "aws4fetch": "^1.0.18",
+ "cheerio": "^1.0.0-rc.12",
+ "compromise": "^14.13.0",
+ "crypto-browserify": "^3.12.0",
+ "drizzle-orm": "0.30.0",
+ "eslint-config-turbo": "^2.0.6",
+ "framer-motion": "^11.2.6",
+ "geist": "^1.3.0",
+ "google-auth-library": "^9.11.0",
+ "grammy": "^1.25.1",
+ "http": "^0.0.1-security",
+ "https": "^1.0.0",
+ "jsonwebtoken": "^9.0.2",
"katex": "^0.16.10",
"lucide-react": "^0.379.0",
"next-app-theme": "^0.1.10",
@@ -97,7 +113,6 @@
"turndown": "^7.2.0",
"uploadthing": "^6.10.4",
"vaul": "^0.9.1",
- "wrangler": "3.28.3",
"zod": "^3.23.8"
},
"trustedDependencies": [