Akjava commited on
Commit
1cdf8e3
·
verified ·
1 Parent(s): 019dd5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=2,verbosity_level=2,name="AGENT",description=description)
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