maytemuma commited on
Commit
eec650c
·
verified ·
1 Parent(s): 634f467

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -250,10 +250,8 @@ class BasicAgent:
250
  def __init__(self):
251
  print("Initializing SmolAgent for GAIA benchmark...")
252
 
253
- # Use the default model with Nebius provider for better reliability
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,