fix:修复了模型语音问题

This commit is contained in:
2026-06-14 11:12:49 +08:00
parent b1e71be3d9
commit eb7ebecfc0
4 changed files with 11 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ func main() {
}
// 初始化 Orchestrator
orch := orchestrator.New(sttService, llmService, ttsService, sessionMgr, cfg.AI.LLM.Model)
orch := orchestrator.New(sttService, llmService, ttsService, sessionMgr, cfg.AI.LLM.Model, cfg.AI.TTS.Voice, cfg.AI.TTS.Speed)
// Gin 模式
if cfg.App.Env == "prod" {