今天星期三

1、数字人连接提示词修改;
2、 Q&A填写demo修复;
3、 安装包错误修复。
This commit is contained in:
xszyou 2023-09-06 18:16:10 +08:00
parent 486c1dc620
commit 528d326314
5 changed files with 13 additions and 3 deletions

View File

@ -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的消息记录方式逻辑。

View File

@ -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.

View File

@ -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

Binary file not shown.

View File

@ -21,5 +21,3 @@ edge_tts~=6.1.3
eyed3
revChatGPT
ultralytics
subprocess
shlex