BenjaminKaindu0506 commited on
Commit
e2f8cfb
·
verified ·
1 Parent(s): 408669a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ class BasicAgent:
84
  #image_analysis_tool,
85
  ],
86
  model=InferenceClientModel("Qwen/Qwen2.5-Coder-32B-Instruct"),
87
- max_steps=10,
88
  )
89
  #answering questions
90
  def __call__(self, question: str) -> str:
 
84
  #image_analysis_tool,
85
  ],
86
  model=InferenceClientModel("Qwen/Qwen2.5-Coder-32B-Instruct"),
87
+ max_steps=15,
88
  )
89
  #answering questions
90
  def __call__(self, question: str) -> str: