Skip to content

Commit

Permalink
今天星期三
Browse files Browse the repository at this point in the history
1、数字人连接提示词修改;
2、 Q&A填写demo修复;
3、 安装包错误修复。
  • Loading branch information
xszyou committed Sep 6, 2023
1 parent 486c1dc commit 528d326
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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的消息记录方式逻辑。
Expand Down
6 changes: 6 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion core/wsa_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def on_revice_handler(self, message):
pass

def on_connect_handler(self):
self.add_cmd({"panelMsg": "使用提示:直播,请关闭麦克风。连接数字人,请关闭面板播放。"})
self.add_cmd({"panelMsg": "使用提示:Fay可以独立使用,启动数字人将自动对接。"})

def on_send_handler(self, message):
return message
Expand Down
Binary file modified qa_demo.xlsx
Binary file not shown.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ edge_tts~=6.1.3
eyed3
revChatGPT
ultralytics
subprocess
shlex

0 comments on commit 528d326

Please sign in to comment.