fix: 修复 MiMo ASR endpoint 路径重复拼接导致 404 的问题 #52

Merged
huanghaosheng merged 1 commits from fix/stt400 into develop 2026-06-13 21:51:52 +08:00

config.yaml 中 endpoint 已包含 /chat/completions,而 mimo.go 会自动拼接该路径,
导致实际请求地址变为 .../chat/completions/chat/completions。

config.yaml 中 endpoint 已包含 /chat/completions,而 mimo.go 会自动拼接该路径, 导致实际请求地址变为 .../chat/completions/chat/completions。 - config.yaml: endpoint 改为 base URL https://api.xiaomimimo.com/v1 - .env.example: STT endpoint 示例更新为 MiMo 地址
huanghaosheng added 1 commit 2026-06-13 21:51:49 +08:00
config.yaml 中 endpoint 已包含 /chat/completions,而 mimo.go 会自动拼接该路径,
导致实际请求地址变为 .../chat/completions/chat/completions。

- config.yaml: endpoint 改为 base URL https://api.xiaomimimo.com/v1
- .env.example: STT endpoint 示例更新为 MiMo 地址
huanghaosheng merged commit 4458ee82b2 into develop 2026-06-13 21:51:52 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: XEngineers/CamTalk#52