今天星期三
1、数字人连接提示词修改; 2、 Q&A填写demo修复; 3、 安装包错误修复。
This commit is contained in:
parent
486c1dc620
commit
528d326314
@ -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的消息记录方式逻辑。
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
BIN
qa_demo.xlsx
BIN
qa_demo.xlsx
Binary file not shown.
@ -21,5 +21,3 @@ edge_tts~=6.1.3
|
||||
eyed3
|
||||
revChatGPT
|
||||
ultralytics
|
||||
subprocess
|
||||
shlex
|
Loading…
Reference in New Issue
Block a user