fix: MiniMax 切换为 Anthropic 消息格式 + mediaBaseUrl

- apiFormat: openai-completions → anthropic-messages
- baseUrl: api.minimaxi.com/v1 → api.minimaxi.com/anthropic
- 新增 mediaBaseUrl: api.minimaxi.com/v1(媒体 API 专用)

解决 pi-ai 注册表 api 字段与 compute.json apiFormat 冲突,
导致 chat 请求路径拼接为 /v1/v1/messages 而 404 的问题。
This commit is contained in:
2026-04-27 23:49:21 +08:00
parent 1c71483e25
commit ad0f83ead5
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"presetDataVersion": 33,
"presetDataVersion": 34,
"updatedAt": "2026-04-27",
"description": "DesireCore 官方配置中心"
}