mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
Merge pull request #9 from desirecore/fix/minimax-anthropic-format
fix: MiniMax 切换 Anthropic 格式 + mediaBaseUrl
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
"id": "provider-minimax-001",
|
||||
"provider": "minimax",
|
||||
"label": "MiniMax",
|
||||
"baseUrl": "https://api.minimaxi.com/v1",
|
||||
"apiFormat": "openai-completions",
|
||||
"baseUrl": "https://api.minimaxi.com/anthropic",
|
||||
"apiFormat": "anthropic-messages",
|
||||
"mediaBaseUrl": "https://api.minimaxi.com/v1",
|
||||
"apiKeyRef": "minimax",
|
||||
"apiKeyVerified": false,
|
||||
"enabled": false,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"presetDataVersion": 33,
|
||||
"presetDataVersion": 34,
|
||||
"updatedAt": "2026-04-27",
|
||||
"description": "DesireCore 官方配置中心"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user