henryk commited on
Commit
ebc86ab
·
verified ·
1 Parent(s): e2c3bd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ class BasicAgent:
29
  raise ValueError("Missing Hugging Face API token!")
30
 
31
  # Pass it into the model
32
- model = HfApiModel(token=hf_token, model="mistralai/Mistral-7B-Instruct-v0.2")
33
  search_tool = DuckDuckGoSearchTool()
34
  text_tool = TextTransformerTool()
35
 
 
29
  raise ValueError("Missing Hugging Face API token!")
30
 
31
  # Pass it into the model
32
+ model = HfApiModel(model="mistralai/Mistral-7B-Instruct-v0.2") #token=hf_token,
33
  search_tool = DuckDuckGoSearchTool()
34
  text_tool = TextTransformerTool()
35