Skip to content

Commit

Permalink
chore: update docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
adolphnov committed Dec 23, 2024
1 parent 61b777e commit 1f0291d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scripts/plugins/docker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ const packageJson = `
"start": "node index.js"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.0.5",
"@ai-sdk/azure": "^1.0.12",
"@ai-sdk/cohere": "^1.0.5",
"@ai-sdk/google": "^1.0.11",
"@ai-sdk/google-vertex": "^2.0.11",
"@ai-sdk/mistral": "^1.0.5",
"@ai-sdk/openai": "^1.0.10",
"@ai-sdk/provider": "^1.0.2",
"@ai-sdk/xai": "^1.0.10",
"@ai-sdk/anthropic": "^1.0.6",
"@ai-sdk/azure": "^1.0.13",
"@ai-sdk/cohere": "^1.0.6",
"@ai-sdk/google": "^1.0.12",
"@ai-sdk/google-vertex": "^2.0.12",
"@ai-sdk/mistral": "^1.0.6",
"@ai-sdk/openai": "^1.0.11",
"@ai-sdk/provider": "^1.0.3",
"@ai-sdk/xai": "^1.0.12",
"@ffmpeg.wasm/core-st": "^0.13.2",
"@ffmpeg.wasm/main": "^0.13.1",
"ai": "^4.0.21",
"ai": "^4.0.22",
"cf-worker-adapter": "^1.4.0",
"node-cron": "^3.0.3"
},
Expand Down

0 comments on commit 1f0291d

Please sign in to comment.