From 28bd917c9f4c9bd12c20c29ce77bf28aa8d324e0 Mon Sep 17 00:00:00 2001 From: lanvent Date: Tue, 11 Apr 2023 19:01:40 +0800 Subject: [PATCH] Update config.py --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 0520eb3..8745bf9 100644 --- a/config.py +++ b/config.py @@ -54,7 +54,7 @@ available_setting = { "group_speech_recognition": False, # 是否开启群组语音识别 "voice_reply_voice": False, # 是否使用语音回复语音,需要设置对应语音合成引擎的api key "always_reply_voice": False, # 是否一直使用语音回复 - "voice_to_text": "openai", # 语音识别引擎,支持openai,google,azure + "voice_to_text": "openai", # 语音识别引擎,支持openai,baidu,google,azure "text_to_voice": "baidu", # 语音合成引擎,支持baidu,google,pytts(offline),azure # baidu 语音api配置, 使用百度语音识别和语音合成时需要