Auto-update: Sun Jun 30 08:36:43 PDT 2024

This commit is contained in:
sanj 2024-06-30 08:36:43 -07:00
parent b71a14eea0
commit c9dc619a5a

View file

@ -333,6 +333,8 @@ async def generate_context(date_time, location: Location, forecast: str, mood: s
prompt = "Generate an aesthetically appealing banner image for a daily note that helps to visualize the following scene information: "
prompt += "\n".join([display_name, forecast, mood, other_context])
return prompt
async def get_note(date_time: dt_datetime):