From e441ac80b2958984681afe984a699cf4a8a9b155 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 4 Mar 2026 23:24:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20litellm=20provide?= =?UTF-8?q?r=20=E5=90=8D=E7=A7=B0=E4=B8=8E=20npm=20=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 4066048..48b4deb 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -79,7 +79,8 @@ } }, "litellm": { - "npm": "@ai-sdk/openai", + "name": "LiteLLM", + "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "{env:LITELLM_BASE_URL}/v1", "apiKey": "{env:LITELLM_API_KEY}"