Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def clear_all(history):
|
|
154 |
"""
|
155 |
|
156 |
#falls file mit summay für download existiert hat: das zunächst löschen
|
157 |
-
cleanup(file_path_download)
|
158 |
#den aktuellen Chatverlauf zum Download bereitstellen:
|
159 |
if chats != {}:
|
160 |
chats.append(summary) #noch nicht im Einsatz, aber hier werden alle Chats einer Sitzung gespeichert
|
|
|
154 |
"""
|
155 |
|
156 |
#falls file mit summay für download existiert hat: das zunächst löschen
|
157 |
+
#cleanup(file_path_download)
|
158 |
#den aktuellen Chatverlauf zum Download bereitstellen:
|
159 |
if chats != {}:
|
160 |
chats.append(summary) #noch nicht im Einsatz, aber hier werden alle Chats einer Sitzung gespeichert
|