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