From ed544b84c0acceca3a3b0a90776401023d984462 Mon Sep 17 00:00:00 2001 From: lipku Date: Sun, 28 Jan 2024 08:00:31 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ddb31..157fe3b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ nginx ### 2.4 使用LLM模型进行数字人对话 -目前借鉴数字人对话系统[LinlyTalker](https://github.com/Kedreamix/Linly-Talker)的方式,LLM模型支持Chatgpt,Qwen和GeminiPro。需要在app.py中填入自己的api_key。 +目前借鉴数字人对话系统[LinlyTalker](https://github.com/Kedreamix/Linly-Talker)的方式,LLM模型支持Chatgpt,Qwen和GeminiPro。需要在app.py中填入自己的api_key。 安装并启动nginx,将chat.html和mpegts-1.7.3.min.js拷到/var/www/html下 用浏览器打开http://serverip/chat.html