BrightData commited on
Commit
e92f4fe
·
verified ·
1 Parent(s): 8ef04af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ dataset_tool = BrightDataDatasetTool()
14
  # Initialize the agent with a Hugging Face Inference model
15
  # Requires HF_TOKEN in the environment for authentication.
16
  hf_token = os.getenv("HF_TOKEN")
17
- model = InferenceClientModel(model_id="deepseek-ai/DeepSeek-V3.2", token=hf_token)
18
 
19
  agent = CodeAgent(
20
  tools=[scraper_tool, search_tool, dataset_tool],
 
14
  # Initialize the agent with a Hugging Face Inference model
15
  # Requires HF_TOKEN in the environment for authentication.
16
  hf_token = os.getenv("HF_TOKEN")
17
+ model = InferenceClientModel(model_id="Qwen/Qwen3-Next-80B-A3B-Thinking", token=hf_token)
18
 
19
  agent = CodeAgent(
20
  tools=[scraper_tool, search_tool, dataset_tool],