Daly26 commited on
Commit
0a82a94
·
1 Parent(s): cbf8044

Changement type stockage user

Browse files
Files changed (1) hide show
  1. 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: {session.get('user_profile')}")
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] = []