From 91aee50ea78dce88e0391220c4e5b721ce5e2d5f Mon Sep 17 00:00:00 2001 From: qingxu fu <505030475@qq.com> Date: Fri, 7 Jul 2023 20:12:06 +0800 Subject: [PATCH] =?UTF-8?q?Chuanhu=20=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ config.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b76c9..5121076 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,10 @@ gpt_academic开发者QQ群-2:610599535 - 某些浏览器翻译插件干扰此软件前端的运行 - 官方Gradio目前有很多兼容性Bug,请务必使用`requirement.txt`安装Gradio +## 主题 + +1. `Chuanhu-Keldos-Green` [网址](https://github.com/GaiZhenbiao/ChuanhuChatGPT/) + ## 参考与学习 ``` diff --git a/config.py b/config.py index ef8f5fb..4a9f723 100644 --- a/config.py +++ b/config.py @@ -60,7 +60,7 @@ CONCURRENT_COUNT = 100 AUTO_CLEAR_TXT = False # 色彩主体,可选 ["Default", "Chuanhu-Keldos-Green"] -THEME = "Default" +THEME = "Chuanhu-Keldos-Green" # 加一个live2d装饰 ADD_WAIFU = False