Skip to content

Commit

Permalink
feat:是否使用语音回复文本、增加人格和音色指令、openai 语音转文本接口增加参数。
Browse files Browse the repository at this point in the history
  • Loading branch information
fanxuankai committed May 26, 2024
1 parent b71b84d commit 5cb563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"speech_recognition": True, # 是否开启语音识别
"group_speech_recognition": False, # 是否开启群组语音识别
"voice_reply_voice": False, # 是否使用语音回复语音,需要设置对应语音合成引擎的api key
"voice_reply_text": False, # 是否使用语音回复文本
"voice_reply_text": False, # 是否使用语音回复文本,需要设置对应语音合成引擎的api key
"always_reply_voice": False, # 是否一直使用语音回复
"voice_to_text": "openai", # 语音识别引擎,支持openai,baidu,google,azure
"text_to_voice": "openai", # 语音合成引擎,支持openai,baidu,google,pytts(offline),azure,elevenlabs,edge(online)
Expand Down

0 comments on commit 5cb563e

Please sign in to comment.