feat: use grok-3-mini as reasoning model (#922)

This commit is contained in:
Jeremy 2025-04-09 17:46:27 -07:00 committed by GitHub
parent 790534556a
commit dfda9118d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 59 additions and 72 deletions

View file

@ -19,9 +19,8 @@
"test": "export PLAYWRIGHT=True && pnpm exec playwright test --workers=4"
},
"dependencies": {
"@ai-sdk/groq": "^1.2.3",
"@ai-sdk/react": "^1.2.5",
"@ai-sdk/xai": "^1.2.6",
"@ai-sdk/react": "^1.2.8",
"@ai-sdk/xai": "^1.2.10",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/state": "^6.5.0",
@ -40,7 +39,7 @@
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.24.1",
"@vercel/postgres": "^0.10.0",
"ai": "4.2.10",
"ai": "4.3.4",
"bcrypt-ts": "^5.0.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",