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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from web_search import WebSearchTool
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
  ]
 
15
  model_selected = "Mistral-7B-Instruct-v0.3-Q6_K.gguf"
16
  examples = [
17
  ["latest news about Yann LeCun"],
18
+ ["Latest news site:github.blog"],
19
  ["Where I can find best hotel in Galapagos, Ecuador intitle:hotel"],
20
  ["filetype:pdf intitle:python"]
21
  ]