remove reranker
Browse files- app/constants.py +1 -1
app/constants.py
CHANGED
|
@@ -192,4 +192,4 @@ FOUND_REGULATIONS_MESSAGES = [
|
|
| 192 |
]
|
| 193 |
|
| 194 |
SHEET_RANGE = 'chat!A2:N'
|
| 195 |
-
VERSION_NUMBER =
|
|
|
|
| 192 |
]
|
| 193 |
|
| 194 |
SHEET_RANGE = 'chat!A2:N'
|
| 195 |
+
VERSION_NUMBER = 123456795
|