Browse Source

fix:requirements.txt in AutoGen

lyxx2535 7 months ago
parent
commit
1e333f8c8a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      code/chapter6/AutoGenDemo/requirements.txt

+ 2 - 2
code/chapter6/AutoGenDemo/requirements.txt

@@ -1,6 +1,6 @@
 # AutoGen 软件开发团队案例依赖 (v0.7.4)
-"autogen-agentchat"
-"autogen-ext[openai,azure]"
+autogen-agentchat
+autogen-ext[openai,azure]
 openai>=1.0.0
 streamlit>=1.28.0
 requests>=2.31.0