alexkueck commited on
Commit
163c4f6
·
verified ·
1 Parent(s): b6419e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  """