alexkueck commited on
Commit
d8918a6
1 Parent(s): 6bd700b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -447,7 +447,7 @@ def invoke (prompt, file, history, rag_option, model_option, openai_api_key, k=3
447
  return history, "Stop: Success"
448
  except:
449
  pass
450
- """
451
  else:
452
  #Antwort als Stream ausgeben... wenn Textantwort gefordert
453
  print("history vor Zusatz...........")
 
447
  return history, "Stop: Success"
448
  except:
449
  pass
450
+ """
451
  else:
452
  #Antwort als Stream ausgeben... wenn Textantwort gefordert
453
  print("history vor Zusatz...........")