Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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],
|