docs: update readme

This commit is contained in:
Saboteur7
2024-07-19 15:46:19 +08:00
parent 3aa571aa1b
commit de2c031797
2 changed files with 6 additions and 4 deletions

View File

@@ -95,8 +95,8 @@ available_setting = {
"group_speech_recognition": False, # 是否开启群组语音识别
"voice_reply_voice": False, # 是否使用语音回复语音需要设置对应语音合成引擎的api key
"always_reply_voice": False, # 是否一直使用语音回复
"voice_to_text": "openai", # 语音识别引擎支持openai,baidu,google,azure,xunfei
"text_to_voice": "openai", # 语音合成引擎支持openai,baidu,google,azure,xunfei,pytts(offline),ali,elevenlabs,edge(online)
"voice_to_text": "openai", # 语音识别引擎支持openai,baidu,google,azure,xunfei,ali
"text_to_voice": "openai", # 语音合成引擎支持openai,baidu,google,azure,xunfei,ali,pytts(offline),elevenlabs,edge(online)
"text_to_voice_model": "tts-1",
"tts_voice_id": "alloy",
# baidu 语音api配置 使用百度语音识别和语音合成时需要