mrmarvelous commited on
Commit
5e56d1f
1 Parent(s): 71a4994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -2
app.py CHANGED
@@ -65,8 +65,30 @@ def respond(
65
 
66
  messages.append({"role": "user", "content": message})
67
 
68
- response = ""
69
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  for message in client.chat_completion(
71
  messages,
72
  max_tokens=max_tokens,
 
65
 
66
  messages.append({"role": "user", "content": message})
67
 
68
+ response =
69
+ """
70
+ "*Summary of Diet and Exercise Plan:*
71
+
72
+ *Diet:*
73
+ - Meals: 3 per day
74
+ - Snacks: 3 per day
75
+ - Type: Vegetarian
76
+
77
+ *Exercise:*
78
+ - Frequency: 5 days per week
79
+ - Type: High-Intensity and Muscle Training Workouts
80
+
81
+ ---
82
+
83
+ *Detailed Workout Program:*
84
+
85
+ *Day 1: Upper Body Strength*
86
+
87
+ 1. Warm-up: 10 minutes of dynamic stretching and light cardio
88
+ 2. Push-ups: 3 sets of 12 reps
89
+ 3. Dumbbell Bench Press: 4 sets of 10 reps
90
+ 4. Bent-over Rows: 4"
91
+ """
92
  for message in client.chat_completion(
93
  messages,
94
  max_tokens=max_tokens,