alexkueck commited on
Commit
3307386
1 Parent(s): 505139a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ def generate_auswahl(prompt_in, file, file_history, chatbot, history, anzahl_doc
297
  #"documents": [{"link": link, "passage": passage} for link, passage in zip(links, passages)]
298
  #}
299
 
300
- response = {"answer": result}
301
 
302
 
303
  #die history erweitern - abhängig davon, ob gerade ein file hochgeladen wurde oder nicht
 
297
  #"documents": [{"link": link, "passage": passage} for link, passage in zip(links, passages)]
298
  #}
299
 
300
+ response = result
301
 
302
 
303
  #die history erweitern - abhängig davon, ob gerade ein file hochgeladen wurde oder nicht