feat: use xai image model and update deploy link (#882)

This commit is contained in:
Jeremy 2025-03-21 21:18:56 -07:00 committed by GitHub
parent 7811c0f7fb
commit 235b0edb91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 71 additions and 127 deletions

View file

@ -19,10 +19,9 @@
"test": "export PLAYWRIGHT=True && pnpm exec playwright test --workers=4"
},
"dependencies": {
"@ai-sdk/fal": "^0.0.11",
"@ai-sdk/groq": "^1.1.16",
"@ai-sdk/react": "^1.1.25",
"@ai-sdk/xai": "^1.1.15",
"@ai-sdk/groq": "^1.2.0",
"@ai-sdk/react": "^1.2.0",
"@ai-sdk/xai": "^1.2.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/state": "^6.5.0",
@ -41,7 +40,7 @@
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.24.1",
"@vercel/postgres": "^0.10.0",
"ai": "4.1.66",
"ai": "4.2.0",
"bcrypt-ts": "^5.0.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",