From b634bae987d9c897804a41c7055e401ee9f7a9dc Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 6 Oct 2023 13:32:19 -0400 Subject: [PATCH] clena up Former-commit-id: a462d6db08d2e9368cac64ae3e07c90252cd3594 --- groupchat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groupchat.py b/groupchat.py index 9d0e0fb9..89116840 100644 --- a/groupchat.py +++ b/groupchat.py @@ -49,7 +49,7 @@ messages = [ ] group = GroupChat( - nodes=nodes, + workers=nodes, max_rounds=3, max_consecutive_auto_reply=3, human_input_mode="NEVER",