Update app.py
Browse files
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 =
|
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
|