From 1e73b287f56c65a626dfc8e271004790fab7755f Mon Sep 17 00:00:00 2001
From: binary-husky <qingxu.fu@outlook.com>
Date: Wed, 1 Nov 2023 16:17:08 +0800
Subject: [PATCH] fix groupchat bugs

---
 autogen/gradio_gui/utils/general.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/autogen/gradio_gui/utils/general.py b/autogen/gradio_gui/utils/general.py
index 7a4b248f9b7f..6e106ba86439 100644
--- a/autogen/gradio_gui/utils/general.py
+++ b/autogen/gradio_gui/utils/general.py
@@ -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 = {