Skip to content

Commit

Permalink
fix groupchat bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed Nov 1, 2023
1 parent dfed092 commit 1e73b28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autogen/gradio_gui/utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def do_audogen(self, input):
with ProxyNetworkActivate("AutoGen"):
code_execution_config={"work_dir": self.autogen_work_dir, "use_docker":self.use_docker}
agents = self.define_agents()
agents = []
for agent_kwargs in agents:
agent_cls = agent_kwargs.pop('cls')
kwargs = {
Expand Down

0 comments on commit 1e73b28

Please sign in to comment.