MikeMann commited on
Commit
95b85ac
·
1 Parent(s): bc7cd03

added stepback-Prompting

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -359,7 +359,7 @@ class BSIChatbot:
359
  Ursprüngliche Frage: Welche Inhalte enthält der Standard 200-1?
360
  Stepback Frage: Welche Standards gibt es im IT-Grundschutz?
361
  """
362
- stepBackQuery = self.queryRemoteLLM(systemPrompt, query)
363
  return stepBackQuery
364
 
365
  def ragPromptNew(self, query, rerankingStep, history, stepBackPrompt):
 
359
  Ursprüngliche Frage: Welche Inhalte enthält der Standard 200-1?
360
  Stepback Frage: Welche Standards gibt es im IT-Grundschutz?
361
  """
362
+ stepBackQuery = self.queryRemoteLLM(systemPrompt, query, False)
363
  return stepBackQuery
364
 
365
  def ragPromptNew(self, query, rerankingStep, history, stepBackPrompt):