Update app.py
Browse files
app.py
CHANGED
@@ -518,7 +518,7 @@ def generate_text (prompt, chatbot, history, rag_option, model_option, openai_ap
|
|
518 |
#result = create_assistant_suche_hf(llm, history_text_und_prompt)
|
519 |
#else:
|
520 |
#mit tavily:
|
521 |
-
result = create_assistant_suche(history_text_und_prompt)
|
522 |
|
523 |
|
524 |
"""
|
|
|
518 |
#result = create_assistant_suche_hf(llm, history_text_und_prompt)
|
519 |
#else:
|
520 |
#mit tavily:
|
521 |
+
result = create_assistant_suche(prompt) #history_text_und_prompt)
|
522 |
|
523 |
|
524 |
"""
|