Spaces:
Sleeping
Sleeping
NCTCMumbai
commited on
Update app.py
Browse files
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 =
|
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)
|