Browse Source

Merge pull request #132 from lyxx2535/main

fix:requirements.txt in AutoGen
jjyaoao 7 months ago
parent
commit
81feedfdd9
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