cookie space

This commit is contained in:
binary-husky
2023-10-11 12:33:50 +08:00
parent b6e370e8c9
commit 0c3b00fc6b
3 changed files with 77 additions and 15 deletions

View File

@@ -629,6 +629,7 @@ def load_chat_cookies():
for k in range(NUM_CUSTOM_BASIC_BTN):
customize_fn_overwrite_.update({
"自定义按钮" + str(k+1):{
"Title": r"自定义按钮" + str(k+1),
"Prefix": r"请在自定义菜单中定义提示词前缀.",
"Suffix": r"请在自定义菜单中定义提示词后缀",
}