From 0fa728d905bb4c662f7f2c718b13489459e72c25 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 2 Mar 2025 03:22:11 -0600 Subject: [PATCH] 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 --- apps/dokploy/package.json | 6 ++++++ pnpm-lock.yaml | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/apps/dokploy/package.json b/apps/dokploy/package.json index fd61d1d5..4193ade3 100644 --- a/apps/dokploy/package.json +++ b/apps/dokploy/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c076f614..a7b6eeb6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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