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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -419,7 +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
- print("Suche im Netz": ...........")
423
  result = create_assistant_suche(history_text_und_prompt)
424
 
425
  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: