alexkueck commited on
Commit
3a3e80b
1 Parent(s): e051898

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -419,6 +419,7 @@ def generate_text (prompt, chatbot, history, rag_option, model_option, openai_ap
419
 
420
  #Wenn keine Antwort möglich "Ich weiß es nicht", dann versuchen mit Suche im Internet.
421
  if (result == "Ich weiß es nicht."):
 
422
  result = create_assistant_suche(history_text_und_prompt)
423
 
424
  except Exception as e:
 
419
 
420
  #Wenn keine Antwort möglich "Ich weiß es nicht", dann versuchen mit Suche im Internet.
421
  if (result == "Ich weiß es nicht."):
422
+ print("Suche im Netz": ...........")
423
  result = create_assistant_suche(history_text_und_prompt)
424
 
425
  except Exception as e: