修改布局

This commit is contained in:
binary-husky 2023-09-27 15:20:28 +08:00
parent 80b209fa0c
commit 9cb05e5724

View File

@ -527,7 +527,7 @@ def get_crazy_functions():
"动态代码解释器CodeInterpreter": { "动态代码解释器CodeInterpreter": {
"Group": "智能体", "Group": "智能体",
"Color": "stop", "Color": "stop",
"AsButton": True, "AsButton": False,
"Function": HotReload(函数动态生成) "Function": HotReload(函数动态生成)
} }
}) })