fix(installer): fix ASR/TTS default, self-evolution flag, and QuickEdit hang

This commit is contained in:
zhayujie
2026-06-11 19:24:08 +08:00
parent 7fd30b608c
commit d5427d967a
2 changed files with 64 additions and 4 deletions

6
run.sh
View File

@@ -869,8 +869,10 @@ base = {
'mimo_api_key': e('MIMO_KEY', ''),
'deepseek_api_key': e('DEEPSEEK_KEY', ''),
'deepseek_api_base': e('DEEPSEEK_BASE'),
'voice_to_text': 'openai',
'text_to_voice': 'openai',
# Leave ASR/TTS provider empty so the web console auto-suggests the vendor
# whose API key is actually configured (e.g. LinkAI), not always OpenAI.
'voice_to_text': '',
'text_to_voice': '',
'voice_reply_voice': False,
'speech_recognition': True,
'group_speech_recognition': False,