Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,9 @@ 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 |
subprocess.run(
|
14 |
'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 = [["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',
|