derek-thomas HF staff commited on
Commit
00754c3
1 Parent(s): c0e1397

Using less context

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def add_text(history, text):
32
 
33
 
34
  def bot(history, system_prompt=""):
35
- top_k = 5
36
  query = history[-1][0]
37
 
38
  logger.warning('Retrieving documents...')
 
32
 
33
 
34
  def bot(history, system_prompt=""):
35
+ top_k = 4
36
  query = history[-1][0]
37
 
38
  logger.warning('Retrieving documents...')