diff --git a/README.md b/README.md index a01b92c..fa027e4 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,12 @@ Remote Android  [Live2D](https://www.bilibili.com/video/BV1sx4y1d775/?vd_sou ## **三、升级日志** +**2023.09.06** + ++ 数字人连接提示词修改; ++ Q&A填写demo修复; ++ 安装包错误修复。 + **2023.09.01** + 修复gpt、chatglm2的消息记录方式逻辑。 diff --git a/README_EN.md b/README_EN.md index 2a63f3c..94c7307 100644 --- a/README_EN.md +++ b/README_EN.md @@ -122,6 +122,12 @@ Message format: View [WebSocket.md](https://github.com/TheRamU/Fay/blob/main/Web ## **Upgrade Log** +**2023.09.06** + +- Modification of digital person connection prompts; +- Q&A fill in demo repair; +- Fix installation package errors. + **2023.09.01** - Fix the message logging logic of GPT and Chatglm2. diff --git a/core/wsa_server.py b/core/wsa_server.py index ca15940..9dfd9d0 100644 --- a/core/wsa_server.py +++ b/core/wsa_server.py @@ -136,7 +136,7 @@ class WebServer(MyServer): pass def on_connect_handler(self): - self.add_cmd({"panelMsg": "使用提示:直播,请关闭麦克风。连接数字人,请关闭面板播放。"}) + self.add_cmd({"panelMsg": "使用提示:Fay可以独立使用,启动数字人将自动对接。"}) def on_send_handler(self, message): return message diff --git a/qa_demo.xlsx b/qa_demo.xlsx index ee3aaf3..c041a11 100644 Binary files a/qa_demo.xlsx and b/qa_demo.xlsx differ diff --git a/requirements.txt b/requirements.txt index b13554b..2270eff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,3 @@ edge_tts~=6.1.3 eyed3 revChatGPT ultralytics -subprocess -shlex \ No newline at end of file