From ff6d5f89becccffc6c6edfa26e916e648a0f8041 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 28 Feb 2026 15:44:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=BA=20provider=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=B7=BB=E5=8A=A0=20npm=20=E5=8C=85=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opencode.jsonc b/opencode.jsonc index 47587b8..6e8b11e 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -6,6 +6,7 @@ "plugin": ["oh-my-opencode@latest"], "provider": { "anthropic": { + "npm": "@ai-sdk/anthropic", "options": { "baseURL": "{env:LITELLM_BASE_URL}/v1", "apiKey": "{env:LITELLM_API_KEY}" @@ -32,6 +33,7 @@ } }, "openai": { + "npm": "@ai-sdk/openai", "options": { "baseURL": "{env:LITELLM_BASE_URL}/v1", "apiKey": "{env:LITELLM_API_KEY}" @@ -52,6 +54,7 @@ } }, "google": { + "npm": "@ai-sdk/google", "options": { "baseURL": "{env:LITELLM_BASE_URL}/v1beta", "apiKey": "{env:LITELLM_API_KEY}"