MikeMann commited on
Commit
f03e4e9
·
1 Parent(s): 46dd541
Files changed (1) hide show
  1. app.py +1 -0
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",