pabloce commited on
Commit
ffe89e8
·
verified ·
1 Parent(s): cae1372

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ from web_search import WebSearchTool
14
 
15
  model_selected = "Mistral-7B-Instruct-v0.3-Q6_K.gguf"
16
  examples = [
17
- ["Latest uplifting news"],
18
- ["Latest news site:bloomberg.com"],
19
  ["Where I can find best hotel in Galapagos, Ecuador intitle:hotel"],
20
  ["filetype:pdf intitle:python"]
21
  ]
 
14
 
15
  model_selected = "Mistral-7B-Instruct-v0.3-Q6_K.gguf"
16
  examples = [
17
+ ["latest news about Yann LeCun"],
18
+ ["Latest news site:huggingface.co"],
19
  ["Where I can find best hotel in Galapagos, Ecuador intitle:hotel"],
20
  ["filetype:pdf intitle:python"]
21
  ]