Spaces:
Sleeping
Sleeping
Changement type stockage user
Browse files- LesChatsDeSeatech.py +1 -1
LesChatsDeSeatech.py
CHANGED
|
@@ -802,7 +802,7 @@ def index():
|
|
| 802 |
|
| 803 |
logger.info(f"Route / appelée - Session ID: {session_id}")
|
| 804 |
logger.info(f"Session complète: {dict(session)}")
|
| 805 |
-
logger.info(f"User profile dans session: {
|
| 806 |
|
| 807 |
if session_id not in conversation_history_global:
|
| 808 |
conversation_history_global[session_id] = []
|
|
|
|
| 802 |
|
| 803 |
logger.info(f"Route / appelée - Session ID: {session_id}")
|
| 804 |
logger.info(f"Session complète: {dict(session)}")
|
| 805 |
+
logger.info(f"User profile dans session: {user_profiles_global}")
|
| 806 |
|
| 807 |
if session_id not in conversation_history_global:
|
| 808 |
conversation_history_global[session_id] = []
|