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:
Mauricio Siu
2025-03-02 03:22:11 -06:00
parent b56272871f
commit 0fa728d905
2 changed files with 24 additions and 0 deletions

View File

@@ -36,7 +36,13 @@
"test": "vitest --config __test__/vitest.config.ts"
},
"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-compatible": "^0.0.13",
"better-auth": "1.2.0",
"bl": "6.0.11",
"rotating-file-stream": "3.2.3",

18
pnpm-lock.yaml generated
View File

@@ -97,9 +97,27 @@ importers:
apps/dokploy:
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':
specifier: ^1.0.12
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':
specifier: ^6.0.1
version: 6.0.1