浏览代码

fix: update requirement.txt

master
lanvent 1年前
父节点
当前提交
8f07e6304a
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. +1
    -1
      bridge/bridge.py
  2. +2
    -1
      requirements.txt

+ 1
- 1
bridge/bridge.py 查看文件

@@ -14,7 +14,7 @@ class Bridge(object):
self.btype={
"chat": const.CHATGPT,
"voice_to_text": conf().get("voice_to_text", "openai"),
"text_to_voice": conf().get("text_to_voice", "baidu")
"text_to_voice": conf().get("text_to_voice", "google")
}
model_type = conf().get("model")
if model_type in ["text-davinci-003"]:


+ 2
- 1
requirements.txt 查看文件

@@ -12,4 +12,5 @@ SpeechRecognition>=3.10.0
tiktoken>=0.3.2
webuiapi>=0.6.2
wechaty>=0.10.7
wechaty_puppet>=0.4.23
wechaty_puppet>=0.4.23
chardet>=5.1.0

正在加载...
取消
保存