Update package.json

This commit is contained in:
2026-09-01 20:09:38 -07:00
committed by GitHub
parent 0afc0ca139
commit cd2f980674

View File

@@ -8,8 +8,8 @@
"dev": "bun --watch index.js"
},
"dependencies": {
"openai": "6.34.*",
"@anthropic-ai/sdk": "0.91.*",
"openai": "7.9.*",
"@anthropic-ai/sdk": "0.123.*",
"@google/genai": "2.*"
}
}