fix: 修复 MiMo ASR endpoint 路径重复拼接导致 404 的问题 #52
Reference in New Issue
Block a user
Delete Branch "fix/stt400"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
config.yaml 中 endpoint 已包含 /chat/completions,而 mimo.go 会自动拼接该路径,
导致实际请求地址变为 .../chat/completions/chat/completions。