Update app.py
Browse files
app.py
CHANGED
@@ -275,7 +275,7 @@ Reference
|
|
275 |
|
276 |
"""
|
277 |
#Tool not support
|
278 |
-
agent = CodeAgent(prompt_templates =yaml.safe_load(prompt),model=model, tools=[retriever_tool],max_steps=
|
279 |
|
280 |
demo = GradioUI(agent)
|
281 |
|
|
|
275 |
|
276 |
"""
|
277 |
#Tool not support
|
278 |
+
agent = CodeAgent(prompt_templates =yaml.safe_load(prompt),model=model, tools=[retriever_tool],max_steps=1,verbosity_level=2,name="AGENT",description=description)
|
279 |
|
280 |
demo = GradioUI(agent)
|
281 |
|