2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
@@ -0,0 +1,21 @@
# Calculate BMI, export exercise and eating schedule | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22cff643be-d058-4824-8f7a-d851c4ff2619%22%2C%22flow%22%3Atrue%7D%7D)
Calculate BMI body metric with explaination, then build 2 plans: 1 for exercise 2 for daily nutrition meals. Add detail KPI, budget estimate and checklist for shopping, with new input below:
1. your gender, age, weight & height (with unit name): {male, 27, 65kg, 1m65}
2. additional health goals & condition: {not sick, using cigarette}
# Prompt
```
Calculate BMI body metric with explaination, then build 2 plans: 1 for exercise 2 for daily nutrition meals. Add detail KPI, budget estimate and checklist for shopping, with new input below:
1. your gender, age, weight & height (with unit name): #[gender, age, weight, height]
2. additional health goals & condition: #[goal & condition]
```