quoc-khanh commited on
Commit
0a35eb7
·
verified ·
1 Parent(s): 0b19c77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ queries_list = []
136
 
137
  metadata = {}
138
 
139
- def augment_prompt(query: str, queries_list=None, k: int = 5):
140
  #define metadata, make the button to clear metadata
141
  global metadata
142
  messages = [
 
136
 
137
  metadata = {}
138
 
139
+ def augment_prompt(query: str, queries_list=None, k: int = 10):
140
  #define metadata, make the button to clear metadata
141
  global metadata
142
  messages = [