Merge branch 'ui_improvement' into wps_i18n

This commit is contained in:
binary-husky
2023-07-01 22:13:38 +08:00
committed by GitHub
6 changed files with 28 additions and 7 deletions

View File

@ -48,6 +48,9 @@ DEFAULT_WORKER_NUM = 3
# 对话窗的高度
CHATBOT_HEIGHT = 1115
# 主题
THEME = "Default"
# 代码高亮
CODE_HIGHLIGHT = True
@ -80,6 +83,9 @@ PROXY_API_URL = '' # 你的网关应用
# 设置gradio的并行线程数不需要修改
CONCURRENT_COUNT = 100
# 是否在提交时自动清空输入框
AUTO_CLEAR_TXT = False
# 加一个live2d装饰
ADD_WAIFU = False