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