将默认系统提示词转移到Config中

This commit is contained in:
binary-husky
2023-10-28 20:08:50 +08:00
parent e64c26e617
commit b14d4de0b1
4 changed files with 20 additions and 8 deletions

View File

@@ -49,6 +49,10 @@ THEME = "Default"
AVAIL_THEMES = ["Default", "Chuanhu-Small-and-Beautiful", "High-Contrast", "Gstaff/Xkcd", "NoCrypt/Miku"]
# 默认的系统提示词system prompt
INIT_SYS_PROMPT = "Serve me as a writing and programming assistant."
# 对话窗的高度 仅在LAYOUT="TOP-DOWN"时生效)
CHATBOT_HEIGHT = 1115