Skip to content

Commit

Permalink
pre-commit solve
Browse files Browse the repository at this point in the history
  • Loading branch information
LinxinS97 committed Dec 4, 2023
1 parent e38904d commit bf6715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/contrib/agent_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def build(
if code_execution_config is None:
code_execution_config = {
"last_n_messages": 2,
"work_dir": 'groupchat',
"work_dir": "groupchat",
"use_docker": False,
"timeout": 60,
}
Expand Down

0 comments on commit bf6715b

Please sign in to comment.