1
0
forked from agents/opencode

chore: 更新 litellm provider 名称与 npm 包

This commit is contained in:
2026-03-04 23:24:14 +08:00
parent fc042a48c5
commit e441ac80b2

View File

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