Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 = [
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
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',
|