Update app.py
Browse files
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=
|
| 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:
|