Skip to content

Commit

Permalink
Resolve docker issue in LMM test
Browse files Browse the repository at this point in the history
  • Loading branch information
BeibinLi committed May 21, 2024
1 parent 2cdf538 commit 2ee510a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/agentchat/contrib/test_lmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def test_group_chat_with_lmm():
system_message="Ask both image explainer 1 and 2 for their description.",
human_input_mode="NEVER", # Options: 'ALWAYS' or 'NEVER'
max_consecutive_auto_reply=max_consecutive_auto_reply,
code_execution_config={"use_docker": False},
)

# Setting up the group chat
Expand Down

0 comments on commit 2ee510a

Please sign in to comment.