NCTCMumbai
commited on
Commit
•
5627b6e
1
Parent(s):
4d141f8
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def add_text(history, text):
|
|
51 |
|
52 |
def bot(history, api_kind):
|
53 |
top_rerank = 15
|
54 |
-
top_k_rank =
|
55 |
query = history[-1][0]
|
56 |
print('history[-1][0]',history[-1][0])
|
57 |
|
|
|
51 |
|
52 |
def bot(history, api_kind):
|
53 |
top_rerank = 15
|
54 |
+
top_k_rank = 5
|
55 |
query = history[-1][0]
|
56 |
print('history[-1][0]',history[-1][0])
|
57 |
|