Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ chats={}
|
|
52 |
#############################################
|
53 |
# Allgemeine Konstanten
|
54 |
#Filepath zu temp Folder (temp) mit File von ausgewähltem chatverlauf
|
55 |
-
file_path_download =
|
56 |
|
57 |
##################################################
|
58 |
#Für MongoDB statt Chroma als Vektorstore
|
|
|
52 |
#############################################
|
53 |
# Allgemeine Konstanten
|
54 |
#Filepath zu temp Folder (temp) mit File von ausgewähltem chatverlauf
|
55 |
+
file_path_download = ""
|
56 |
|
57 |
##################################################
|
58 |
#Für MongoDB statt Chroma als Vektorstore
|