mirror of https://github.com/microsoft/autogen.git
Missed a file.
This commit is contained in:
parent
771c2da700
commit
06b4e6c67e
|
@ -45,7 +45,7 @@ assistant = AssistantAgent(
|
|||
"assistant",
|
||||
is_termination_msg=lambda x: x.get("content", "").rstrip().find("TERMINATE") >= 0,
|
||||
llm_config={
|
||||
"request_timeout": 180, # Remove for autogen version >= 0.2, and OpenAI version >= 1.0
|
||||
# "request_timeout": 180, # Remove for autogen version >= 0.2, and OpenAI version >= 1.0
|
||||
"config_list": config_list,
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue