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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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 = [["How many NBA championship wins do the Chicago Bulls hold?"],
11
- ["Write a report on the top 5 events in the UK summer 2024."]]
 
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',