Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -73,7 +73,7 @@ async def on_chat_start():
|
|
| 73 |
"https://cipen.univ-gustave-eiffel.fr/typo3conf/ext/cipen_package/Resources/Public/Dataviz/datalab/crossfilterings/EmploisRome/" + selectRomes[1:] + ".csv",
|
| 74 |
verbose=False,
|
| 75 |
agent_type=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|
| 76 |
-
max_iterations=
|
| 77 |
)
|
| 78 |
cl.user_session.set("runnable", agent)
|
| 79 |
|
|
|
|
| 73 |
"https://cipen.univ-gustave-eiffel.fr/typo3conf/ext/cipen_package/Resources/Public/Dataviz/datalab/crossfilterings/EmploisRome/" + selectRomes[1:] + ".csv",
|
| 74 |
verbose=False,
|
| 75 |
agent_type=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|
| 76 |
+
max_iterations=5,
|
| 77 |
)
|
| 78 |
cl.user_session.set("runnable", agent)
|
| 79 |
|