Skip to content

Commit

Permalink
Change prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
torosent committed Jan 21, 2025
1 parent 1c16753 commit e0adda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_workout_prompt():
- workouts that user can take: {workouts},
- workout history: {history},
- profile: {profile},
Create a personalized weekly workout plan for 4 weeks. Include up to 5 activities in a day and make sure the workouts are aligned with the user's goals and offer good training value.
Create a personalized weekly workout plan for 4 weeks unless the user's goal specify otherwise. Include up to 5 activities in a day and make sure the workouts are aligned with the user's goals and offer good training value.
Make sure to include a variety of classes to keep the user engaged and motivated and have rest day at least once a week. Rest day should have the title Rest Day.
Output is in json format ordered by days. The json output should have "week with a number" as the key and the value should be a list of week days with the following key:
- "day" : the day of the week. use exact date.
Expand Down

0 comments on commit e0adda9

Please sign in to comment.