alexkueck commited on
Commit
a49292a
1 Parent(s): 93f3fd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -418,6 +418,8 @@ def generate_auswahl(prompt, file, chatbot, history, rag_option, model_option, o
418
  history = history + [[prompt+"hier noch die URL zum File", result]]
419
 
420
  print("history nach Zusatz und mit KI Antwort...........")
 
 
421
  print(chatbot)
422
  return chatbot, history, "Success"
423
  """
 
418
  history = history + [[prompt+"hier noch die URL zum File", result]]
419
 
420
  print("history nach Zusatz und mit KI Antwort...........")
421
+ print(history)
422
+ print("chatbot nach Zusatz und mit KI Antwort...........")
423
  print(chatbot)
424
  return chatbot, history, "Success"
425
  """