Spaces:
Sleeping
Sleeping
Change to ApiModel
Browse files
app.py
CHANGED
|
@@ -8,7 +8,8 @@ from tools import DuckDuckGoSearchTool, WeatherInfoTool, HubStatsTool
|
|
| 8 |
from retriever import load_guest_dataset
|
| 9 |
|
| 10 |
# Initialize the Hugging Face model
|
| 11 |
-
model = HfApiModel()
|
|
|
|
| 12 |
|
| 13 |
# Initialize the web search tool
|
| 14 |
search_tool = DuckDuckGoSearchTool()
|
|
|
|
| 8 |
from retriever import load_guest_dataset
|
| 9 |
|
| 10 |
# Initialize the Hugging Face model
|
| 11 |
+
#model = HfApiModel()
|
| 12 |
+
model = ApiModel()
|
| 13 |
|
| 14 |
# Initialize the web search tool
|
| 15 |
search_tool = DuckDuckGoSearchTool()
|