Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ class BestAgent:
|
|
| 20 |
model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"
|
| 21 |
model = InferenceClientModel(model_id)
|
| 22 |
self.agent = CodeAgent(
|
| 23 |
-
model=model
|
| 24 |
tools=[]
|
| 25 |
)
|
| 26 |
def __call__(self, question: str) -> str:
|
|
|
|
| 20 |
model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"
|
| 21 |
model = InferenceClientModel(model_id)
|
| 22 |
self.agent = CodeAgent(
|
| 23 |
+
model=model,
|
| 24 |
tools=[]
|
| 25 |
)
|
| 26 |
def __call__(self, question: str) -> str:
|