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}"