alexkueck commited on
Commit
e42a55b
1 Parent(s): adf55cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -480,7 +480,8 @@ def generate_text (prompt, file, chatbot, history, rag_option, model_option, ope
480
 
481
  #Prompt an history anhängen und einen Text daraus machen
482
  history_text_und_prompt = generate_prompt_with_history_openai(prompt, history)
483
-
 
484
  #history für HuggingFace Models formatieren
485
  #history_text_und_prompt = generate_prompt_with_history_hf(prompt, history)
486
  #history für openAi formatieren
 
480
 
481
  #Prompt an history anhängen und einen Text daraus machen
482
  history_text_und_prompt = generate_prompt_with_history_openai(prompt, history)
483
+ print("hist_text...................")
484
+ print(history_text_und_prompt)
485
  #history für HuggingFace Models formatieren
486
  #history_text_und_prompt = generate_prompt_with_history_hf(prompt, history)
487
  #history für openAi formatieren