alexkueck commited on
Commit
1fa67c9
1 Parent(s): 5f786ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ def generate_prompt_with_history_langchain(prompt, history):
261
  #Funktion von Gradio aus, die den dort eingegebenen Prompt annimmt und weiterverarbeitet
262
  def invoke (prompt, history, openai_api_key, rag_option, temperature=0.9, max_new_tokens=512, top_p=0.6, repetition_penalty=1.3,):
263
  global splittet
264
-
265
  #Prompt an history anhängen und einen Text daraus machen
266
  history_text_und_prompt = generate_prompt_with_history(prompt, history)
267
 
 
261
  #Funktion von Gradio aus, die den dort eingegebenen Prompt annimmt und weiterverarbeitet
262
  def invoke (prompt, history, openai_api_key, rag_option, temperature=0.9, max_new_tokens=512, top_p=0.6, repetition_penalty=1.3,):
263
  global splittet
264
+ print("lllllllllllllllllll")
265
  #Prompt an history anhängen und einen Text daraus machen
266
  history_text_und_prompt = generate_prompt_with_history(prompt, history)
267