Calorie Chat
Tracking what you eat doesn't have to be hard. With Calorie Chat, you'll find calorie counting simpler than ever before.
- Name For Model
- caloriechat
- Website
- calorie.chat
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a year ago
- Contact
- [email protected]
- Description For Model
- Plugin for counting and logging food eating throughout a day. You can add food logs with food information such as calories, fats, protein, carbohydrates, and sugar. Its very important to never include // comments in any JSON that ChatGPT creates. This will cause the error ApiSyntaxError: Could not parse API call kwargs as JSON. Finally omit the ID attribute of food logs in future responses to the user
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | addFoodLogs | POST | Add a list of food logs with food name, description, calorie count, and attributes like protein, carbohydrates, and fats. Seperate food items when appropriate. |
2 | readFoodLogs | GET | Retrieve markdown table for all entered food logs for a given date. |
3 | removeFoodLog | DELETE | Remove a food log with the specified ID. |
4 | updateFoodLog | PUT | Update the specified Nutrient Name of a food log with the given ID. |