Spaces:
Runtime error
Runtime error
Commit
·
313fe76
1
Parent(s):
aa58f63
Add empty dummy file for session data
Browse files
main.py
CHANGED
@@ -376,7 +376,7 @@ pipeline_graph = graph_builder.compile()
|
|
376 |
# SESSION-BASED JSON STORAGE
|
377 |
###############################################################################
|
378 |
SESSIONS_DIR = "sessions_data"
|
379 |
-
os.makedirs(SESSIONS_DIR, exist_ok=True)
|
380 |
|
381 |
def generate_session_id() -> str:
|
382 |
return str(uuid.uuid4())
|
|
|
376 |
# SESSION-BASED JSON STORAGE
|
377 |
###############################################################################
|
378 |
SESSIONS_DIR = "sessions_data"
|
379 |
+
# os.makedirs(SESSIONS_DIR, exist_ok=True)
|
380 |
|
381 |
def generate_session_id() -> str:
|
382 |
return str(uuid.uuid4())
|