cjo93 commited on
Commit
f10675d
·
verified ·
1 Parent(s): 80bfb63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def chat_interaction(user_message, history):
45
  4. Generate Audio.
46
  """
47
  # Hardcoded profile for prototype (In prod, fetch from session)
48
- birth_data = { "name": "User", "date": "1990-01-01", "time": "12:00", "city": "Los Angeles", "country_code": "US" }
49
 
50
  # 1. RUN DEEP COMPUTE
51
  soul_log = engine.execute_defrag(birth_data, user_message)
 
45
  4. Generate Audio.
46
  """
47
  # Hardcoded profile for prototype (In prod, fetch from session)
48
+ birth_data = { "name": "User", "year": 1990, "month": 1, "day": 1, "hour": 12, "minute": 0, "city": "Los Angeles", "country": "US" }
49
 
50
  # 1. RUN DEEP COMPUTE
51
  soul_log = engine.execute_defrag(birth_data, user_message)