forked from agents/opencode
chore: 重命名 litellm provider 为 ai-gateway
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
"sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
|
"sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
|
||||||
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
|
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||||
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
|
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||||
"librarian": { "model": "litellm/minimax-m2.7" },
|
"librarian": { "model": "ai-gateway/minimax-m2.7" },
|
||||||
"explore": { "model": "litellm/grok-code-fast-1" },
|
"explore": { "model": "ai-gateway/grok-code-fast-1" },
|
||||||
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
|
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||||
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
|
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
|
||||||
"metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
|
"metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
|
||||||
|
|||||||
+2
-2
@@ -80,8 +80,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"litellm": {
|
"ai-gateway": {
|
||||||
"name": "LiteLLM",
|
"name": "AI Gateway",
|
||||||
"npm": "@ai-sdk/openai-compatible",
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
"options": {
|
"options": {
|
||||||
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",
|
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",
|
||||||
|
|||||||
Reference in New Issue
Block a user