minor gui bug fix

这个提交包含在:
binary-husky
2024-07-04 13:31:21 +00:00
父节点 30c905917a
当前提交 379dcb2fa7
共有 3 个文件被更改,包括 5 次插入6 次删除

查看文件

@@ -439,7 +439,7 @@ def get_crazy_functions():
"询问多个GPT模型手动指定询问哪些模型": {
"Group": "对话",
"Color": "stop",
"AsButton": False,
"AsButton": True,
"AdvancedArgs": True, # 调用时,唤起高级参数输入区默认False
"ArgsReminder": "支持任意数量的llm接口,用&符号分隔。例如chatglm&gpt-3.5-turbo&gpt-4", # 高级参数输入区的显示提示
"Function": HotReload(同时问询_指定模型),