|
@@ -65,7 +65,7 @@ available_setting = { |
|
|
"voice_reply_voice": False, # 是否使用语音回复语音,需要设置对应语音合成引擎的api key |
|
|
"voice_reply_voice": False, # 是否使用语音回复语音,需要设置对应语音合成引擎的api key |
|
|
"always_reply_voice": False, # 是否一直使用语音回复 |
|
|
"always_reply_voice": False, # 是否一直使用语音回复 |
|
|
"voice_to_text": "openai", # 语音识别引擎,支持openai,baidu,google,azure |
|
|
"voice_to_text": "openai", # 语音识别引擎,支持openai,baidu,google,azure |
|
|
"text_to_voice": "baidu", # 语音合成引擎,支持baidu,google,pytts(offline),azure |
|
|
|
|
|
|
|
|
"text_to_voice": "baidu", # 语音合成引擎,支持baidu,google,pytts(offline),azure,elevenlabs |
|
|
# baidu 语音api配置, 使用百度语音识别和语音合成时需要 |
|
|
# baidu 语音api配置, 使用百度语音识别和语音合成时需要 |
|
|
"baidu_app_id": "", |
|
|
"baidu_app_id": "", |
|
|
"baidu_api_key": "", |
|
|
"baidu_api_key": "", |
|
@@ -75,6 +75,9 @@ available_setting = { |
|
|
# azure 语音api配置, 使用azure语音识别和语音合成时需要 |
|
|
# azure 语音api配置, 使用azure语音识别和语音合成时需要 |
|
|
"azure_voice_api_key": "", |
|
|
"azure_voice_api_key": "", |
|
|
"azure_voice_region": "japaneast", |
|
|
"azure_voice_region": "japaneast", |
|
|
|
|
|
# elevenlabs 语音api配置 |
|
|
|
|
|
"xi_api_key": "", #获取ap的方法可以参考https://docs.elevenlabs.io/api-reference/quick-start/authentication |
|
|
|
|
|
"xi_voice_id": "", #ElevenLabs提供了9种英式、美式等英语发音id,分别是“Adam/Antoni/Arnold/Bella/Domi/Elli/Josh/Rachel/Sam” |
|
|
# 服务时间限制,目前支持itchat |
|
|
# 服务时间限制,目前支持itchat |
|
|
"chat_time_module": False, # 是否开启服务时间限制 |
|
|
"chat_time_module": False, # 是否开启服务时间限制 |
|
|
"chat_start_time": "00:00", # 服务开始时间 |
|
|
"chat_start_time": "00:00", # 服务开始时间 |
|
|