NCTCMumbai commited on
Commit
07f915b
·
verified ·
1 Parent(s): 9eb0f89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def add_text(history, text):
52
 
53
  def bot(history, api_kind):
54
  top_rerank = 15
55
- top_k_rank = 5
56
  query = history[-1][0]
57
  print('history[-1][0]',history[-1][0])
58
  print('api kind ',api_kind)
 
52
 
53
  def bot(history, api_kind):
54
  top_rerank = 15
55
+ top_k_rank = 10
56
  query = history[-1][0]
57
  print('history[-1][0]',history[-1][0])
58
  print('api kind ',api_kind)