alexkueck commited on
Commit
226612a
1 Parent(s): 9df3da3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ def generate_auswahl(prompt_in, file, file_history, chatbot, history, rag_option
278
  neu_file = file_history
279
 
280
  #prompt normalisieren bevor er an die KIs geht
281
- prompt = normalise_prompt(prompt_in)
282
 
283
  if (rag_option == "An"):
284
  #muss nur einmal ausgeführt werden...
 
278
  neu_file = file_history
279
 
280
  #prompt normalisieren bevor er an die KIs geht
281
+ prompt = prompt_in #normalise_prompt(prompt_in)
282
 
283
  if (rag_option == "An"):
284
  #muss nur einmal ausgeführt werden...