Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from autogen.agentchat.contrib.retrieve_user_proxy_agent import (
|
|
11 |
PROMPT_CODE,
|
12 |
)
|
13 |
|
14 |
-
TIMEOUT =
|
15 |
|
16 |
|
17 |
def initialize_agents(config_list, docs_path=None):
|
|
|
11 |
PROMPT_CODE,
|
12 |
)
|
13 |
|
14 |
+
TIMEOUT = 120
|
15 |
|
16 |
|
17 |
def initialize_agents(config_list, docs_path=None):
|