summaryrefslogtreecommitdiffhomepage
path: root/packages/function/package.json
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-08-04 21:08:28 -0400
committerFrank <[email protected]>2025-08-04 21:08:29 -0400
commit40036abb9d6f4adc8ef4458742d508f984461c7f (patch)
treeddb125398fa255a711e1dd01f964046a98e03ced /packages/function/package.json
parent2970ba6416286fc78598d99a93cbb5fae1bfd4a6 (diff)
downloadopencode-40036abb9d6f4adc8ef4458742d508f984461c7f.tar.gz
opencode-40036abb9d6f4adc8ef4458742d508f984461c7f.zip
wip: gateway
Diffstat (limited to 'packages/function/package.json')
-rw-r--r--packages/function/package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/function/package.json b/packages/function/package.json
index 361055f04..82fac0700 100644
--- a/packages/function/package.json
+++ b/packages/function/package.json
@@ -6,12 +6,17 @@
"type": "module",
"devDependencies": {
"@cloudflare/workers-types": "4.20250522.0",
- "typescript": "catalog:",
- "@types/node": "catalog:"
+ "@types/node": "catalog:",
+ "openai": "5.11.0",
+ "typescript": "catalog:"
},
"dependencies": {
+ "@ai-sdk/anthropic": "2.0.0",
+ "@ai-sdk/openai": "2.0.2",
+ "@ai-sdk/openai-compatible": "1.0.1",
"@octokit/auth-app": "8.0.1",
"@octokit/rest": "22.0.0",
+ "ai": "catalog:",
"hono": "catalog:",
"jose": "6.0.11"
}