Retry
Browse files
app.py
CHANGED
@@ -285,6 +285,7 @@ class BSIChatbot:
|
|
285 |
|
286 |
#@spaces.GPU
|
287 |
def ragPrompt(self, query, rerankingStep, history):
|
|
|
288 |
prompt_in_chat_format = [
|
289 |
{
|
290 |
"role": "system",
|
|
|
285 |
|
286 |
#@spaces.GPU
|
287 |
def ragPrompt(self, query, rerankingStep, history):
|
288 |
+
global rerankingModel
|
289 |
prompt_in_chat_format = [
|
290 |
{
|
291 |
"role": "system",
|