Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -250,10 +250,8 @@ class BasicAgent:
|
|
| 250 |
def __init__(self):
|
| 251 |
print("Initializing SmolAgent for GAIA benchmark...")
|
| 252 |
|
| 253 |
-
# Use
|
| 254 |
model = InferenceClientModel(
|
| 255 |
-
model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 256 |
-
provider="nebius",
|
| 257 |
token=os.getenv("HF_TOKEN"),
|
| 258 |
timeout=180,
|
| 259 |
max_tokens=2096,
|
|
|
|
| 250 |
def __init__(self):
|
| 251 |
print("Initializing SmolAgent for GAIA benchmark...")
|
| 252 |
|
| 253 |
+
# Use default model -> smolagents auto-select the provider
|
| 254 |
model = InferenceClientModel(
|
|
|
|
|
|
|
| 255 |
token=os.getenv("HF_TOKEN"),
|
| 256 |
timeout=180,
|
| 257 |
max_tokens=2096,
|