Calorie Chat

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
Update Date
a year ago
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 IdHTTP MethodDescription
1addFoodLogsPOSTAdd a list of food logs with food name, description, calorie count, and attributes like protein, carbohydrates, and fats. Seperate food items when appropriate.
2readFoodLogsGETRetrieve markdown table for all entered food logs for a given date.
3removeFoodLogDELETERemove a food log with the specified ID.
4updateFoodLogPUTUpdate the specified Nutrient Name of a food log with the given ID.