Update app.py
Browse files
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:
|