mmichiels13 commited on
Commit
5e80085
·
verified ·
1 Parent(s): ae87d07

Change to ApiModel

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()