ATK20 commited on
Commit
18772b5
·
verified ·
1 Parent(s): 1906487

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ class BasicAgent:
18
  # Initialize the model
19
  #model = HfApiModel()
20
  self.HF_API_TOKEN = HF_API_TOKEN
21
- model = HfApiModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct", api_key=self.HF_API_TOKEN)
22
 
23
  # Initialize the search tool
24
  search_tool = DuckDuckGoSearchTool()
 
18
  # Initialize the model
19
  #model = HfApiModel()
20
  self.HF_API_TOKEN = HF_API_TOKEN
21
+ model = HfApiModel(model_id="openai-community/gpt2", api_key=self.HF_API_TOKEN)
22
 
23
  # Initialize the search tool
24
  search_tool = DuckDuckGoSearchTool()