pabloce commited on
Commit
e5c654a
·
verified ·
1 Parent(s): c918106

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -7,9 +7,12 @@ from duckduckgo_search import DDGS
7
  from trafilatura import fetch_url, extract
8
 
9
  model_selected = "Mistral-7B-Instruct-v0.3-Q6_K.gguf"
10
- examples = [["Latest uplifting news"],
11
- ["Latest news site:bloomberg.com"],
12
- ["Where I can find best hotel in Quito, Ecuador"]]
 
 
 
13
 
14
  subprocess.run(
15
  'pip install llama-cpp-python==0.2.75 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124',
 
7
  from trafilatura import fetch_url, extract
8
 
9
  model_selected = "Mistral-7B-Instruct-v0.3-Q6_K.gguf"
10
+ examples = [
11
+ ["Latest uplifting news"],
12
+ ["Latest news site:bloomberg.com"],
13
+ ["Where I can find best hotel in Galapagos, Ecuador intitle:hotel"],
14
+ ["file type:pdf book title:python"]
15
+ ]
16
 
17
  subprocess.run(
18
  'pip install llama-cpp-python==0.2.75 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124',