diff --git "a/crazy_functions/\345\244\232\346\231\272\350\203\275\344\275\223.py" "b/crazy_functions/\345\244\232\346\231\272\350\203\275\344\275\223.py" index 3bbfb11db..0c2a5ed23 100644 --- "a/crazy_functions/\345\244\232\346\231\272\350\203\275\344\275\223.py" +++ "b/crazy_functions/\345\244\232\346\231\272\350\203\275\344\275\223.py" @@ -59,7 +59,7 @@ def 多智能体终端(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_ import docker except: chatbot.append([ f"处理任务: {txt}", - f"导入软件依赖失败。使用该模块需要额外依赖,安装方法```pip install --upgrade pyautogen docker```。"]) + f"导入软件依赖失败。使用该模块需要额外依赖,安装方法```pip install --upgrade ag2 docker```。"]) yield from update_ui(chatbot=chatbot, history=history) # 刷新界面 return diff --git a/requirements.txt b/requirements.txt index 1e9364730..a214097f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ latex2mathml python-docx mdtex2html dashscope -pyautogen +ag2 colorama Markdown pygments