diff --git a/apps/dokploy/package.json b/apps/dokploy/package.json index 4193ade3..8b067cf8 100644 --- a/apps/dokploy/package.json +++ b/apps/dokploy/package.json @@ -36,6 +36,7 @@ "test": "vitest --config __test__/vitest.config.ts" }, "dependencies": { + "ai": "^4.0.23", "@ai-sdk/anthropic": "^1.0.6", "@ai-sdk/azure": "^1.0.15", "@ai-sdk/cohere": "^1.0.6", @@ -43,6 +44,7 @@ "@ai-sdk/mistral": "^1.0.6", "@ai-sdk/openai": "^1.0.12", "@ai-sdk/openai-compatible": "^0.0.13", + "ollama-ai-provider": "^1.1.0", "better-auth": "1.2.0", "bl": "6.0.11", "rotating-file-stream": "3.2.3", @@ -98,7 +100,6 @@ "@xterm/xterm": "^5.4.0", "@xterm/addon-clipboard": "0.1.0", "adm-zip": "^0.5.14", - "ai": "^4.0.23", "bcrypt": "5.1.1", "bullmq": "5.4.2", "class-variance-authority": "^0.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a7b6eeb6..cef1fa0d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -361,6 +361,9 @@ importers: octokit: specifier: 3.1.2 version: 3.1.2 + ollama-ai-provider: + specifier: ^1.1.0 + version: 1.1.0(zod@3.23.8) otpauth: specifier: ^9.2.3 version: 9.3.4