mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 09:30:51 +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",
|
"id": "provider-minimax-001",
|
||||||
"provider": "minimax",
|
"provider": "minimax",
|
||||||
"label": "MiniMax",
|
"label": "MiniMax",
|
||||||
"baseUrl": "https://api.minimaxi.com/v1",
|
"baseUrl": "https://api.minimaxi.com/anthropic",
|
||||||
"apiFormat": "openai-completions",
|
"apiFormat": "anthropic-messages",
|
||||||
|
"mediaBaseUrl": "https://api.minimaxi.com/v1",
|
||||||
"apiKeyRef": "minimax",
|
"apiKeyRef": "minimax",
|
||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"presetDataVersion": 33,
|
"presetDataVersion": 34,
|
||||||
"updatedAt": "2026-04-27",
|
"updatedAt": "2026-04-27",
|
||||||
"description": "DesireCore 官方配置中心"
|
"description": "DesireCore 官方配置中心"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user