mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-17 11:07:11 +08:00
fix(installer): fix ASR/TTS default, self-evolution flag, and QuickEdit hang
This commit is contained in:
6
run.sh
6
run.sh
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user