mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore(dependencies): add AI SDK providers to project dependencies
- Integrate multiple AI SDK providers including Anthropic, Azure, Cohere, DeepInfra, Mistral, and OpenAI Compatible - Update package.json and pnpm-lock.yaml with new AI SDK dependencies
This commit is contained in:
@@ -36,7 +36,13 @@
|
|||||||
"test": "vitest --config __test__/vitest.config.ts"
|
"test": "vitest --config __test__/vitest.config.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@ai-sdk/anthropic": "^1.0.6",
|
||||||
|
"@ai-sdk/azure": "^1.0.15",
|
||||||
|
"@ai-sdk/cohere": "^1.0.6",
|
||||||
|
"@ai-sdk/deepinfra": "^0.0.4",
|
||||||
|
"@ai-sdk/mistral": "^1.0.6",
|
||||||
"@ai-sdk/openai": "^1.0.12",
|
"@ai-sdk/openai": "^1.0.12",
|
||||||
|
"@ai-sdk/openai-compatible": "^0.0.13",
|
||||||
"better-auth": "1.2.0",
|
"better-auth": "1.2.0",
|
||||||
"bl": "6.0.11",
|
"bl": "6.0.11",
|
||||||
"rotating-file-stream": "3.2.3",
|
"rotating-file-stream": "3.2.3",
|
||||||
|
|||||||
18
pnpm-lock.yaml
generated
18
pnpm-lock.yaml
generated
@@ -97,9 +97,27 @@ importers:
|
|||||||
|
|
||||||
apps/dokploy:
|
apps/dokploy:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@ai-sdk/anthropic':
|
||||||
|
specifier: ^1.0.6
|
||||||
|
version: 1.0.8(zod@3.23.8)
|
||||||
|
'@ai-sdk/azure':
|
||||||
|
specifier: ^1.0.15
|
||||||
|
version: 1.0.18(zod@3.23.8)
|
||||||
|
'@ai-sdk/cohere':
|
||||||
|
specifier: ^1.0.6
|
||||||
|
version: 1.0.8(zod@3.23.8)
|
||||||
|
'@ai-sdk/deepinfra':
|
||||||
|
specifier: ^0.0.4
|
||||||
|
version: 0.0.4(zod@3.23.8)
|
||||||
|
'@ai-sdk/mistral':
|
||||||
|
specifier: ^1.0.6
|
||||||
|
version: 1.0.8(zod@3.23.8)
|
||||||
'@ai-sdk/openai':
|
'@ai-sdk/openai':
|
||||||
specifier: ^1.0.12
|
specifier: ^1.0.12
|
||||||
version: 1.0.16(zod@3.23.8)
|
version: 1.0.16(zod@3.23.8)
|
||||||
|
'@ai-sdk/openai-compatible':
|
||||||
|
specifier: ^0.0.13
|
||||||
|
version: 0.0.13(zod@3.23.8)
|
||||||
'@codemirror/lang-json':
|
'@codemirror/lang-json':
|
||||||
specifier: ^6.0.1
|
specifier: ^6.0.1
|
||||||
version: 6.0.1
|
version: 6.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user