Merge pull request 'fix: 修复 MiMo ASR endpoint 路径重复拼接导致 404 的问题' (#52) from fix/stt400 into develop
Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/52
This commit was merged in pull request #52.
This commit is contained in:
@@ -11,7 +11,7 @@ CAMTALK_AI_TTS_API_KEY=
|
|||||||
# CAMTALK_AI_LLM_MODEL=gpt-4o
|
# CAMTALK_AI_LLM_MODEL=gpt-4o
|
||||||
# CAMTALK_AI_LLM_ENDPOINT=https://api.openai.com/v1
|
# CAMTALK_AI_LLM_ENDPOINT=https://api.openai.com/v1
|
||||||
# CAMTALK_AI_LLM_TIMEOUT=10
|
# CAMTALK_AI_LLM_TIMEOUT=10
|
||||||
# CAMTALK_AI_STT_ENDPOINT=wss://api.deepgram.com/v1/listen
|
# CAMTALK_AI_STT_ENDPOINT=https://api.xiaomimimo.com/v1
|
||||||
# CAMTALK_AI_TTS_ENDPOINT=https://api.openai.com/v1
|
# CAMTALK_AI_TTS_ENDPOINT=https://api.openai.com/v1
|
||||||
# CAMTALK_AI_TTS_VOICE=alloy
|
# CAMTALK_AI_TTS_VOICE=alloy
|
||||||
# CAMTALK_AI_TTS_SPEED=1.0
|
# CAMTALK_AI_TTS_SPEED=1.0
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ ai:
|
|||||||
stt:
|
stt:
|
||||||
provider: mimo
|
provider: mimo
|
||||||
model: mimo-v2.5-asr
|
model: mimo-v2.5-asr
|
||||||
endpoint: "https://api.xiaomimimo.com/v1/chat/completions"
|
endpoint: "https://api.xiaomimimo.com/v1"
|
||||||
llm:
|
llm:
|
||||||
provider: dashscope
|
provider: dashscope
|
||||||
model: qwen3-vl-plus
|
model: qwen3-vl-plus
|
||||||
|
|||||||
Reference in New Issue
Block a user