接入autogen

This commit is contained in:
binary-husky
2023-10-20 21:31:50 +08:00
parent f2b2ccd577
commit 7ee0c94924
6 changed files with 294 additions and 1 deletions

View File

@@ -539,6 +539,18 @@ def get_crazy_functions():
except:
print('Load function plugin failed')
try:
from crazy_functions.多智能体 import 多智能体终端
function_plugins.update({
"多智能体终端微软AutoGen": {
"Group": "智能体",
"Color": "stop",
"AsButton": True,
"Function": HotReload(多智能体终端)
}
})
except:
print('Load function plugin failed')
# try:
# from crazy_functions.chatglm微调工具 import 微调数据集生成