Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel
|
|
| 5 |
import requests
|
| 6 |
|
| 7 |
# Step 1: Setup Model
|
| 8 |
-
model = HfApiModel(model="openai/gpt-3.5-turbo")
|
| 9 |
|
| 10 |
# Step 2: Setup Tools
|
| 11 |
tools = [DuckDuckGoSearchTool()]
|
|
|
|
| 5 |
import requests
|
| 6 |
|
| 7 |
# Step 1: Setup Model
|
| 8 |
+
model = HfApiModel(model="openai/gpt-3.5-turbo")
|
| 9 |
|
| 10 |
# Step 2: Setup Tools
|
| 11 |
tools = [DuckDuckGoSearchTool()]
|