Healthy Chef (GPT): Difference between revisions

(Created page with "{{Agent infobox |image = Healthy Chef (GPT).png |Name = Healthy Chef (GPT) |Platform = ChatGPT |Store = GPT Store |Model = GPT-4 |Category = Lifestyle |Description = Recipe creator with visual and nutritional insights. |Third Party = |Developer = daniel garcia acosta |Release Date = |Website = |Link = https://chat.openai.com//g/g-OdwKeQjDm-healthy-chef |Conversations = |Free = Yes |Price = |Available = Yes |Working = Yes |Updated = 2024-01-12 }} ==How to Create {{PA...")
 
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Agent infobox
{{Agent infobox
|image = Healthy Chef (GPT).png
|image = Healthy Chef (GPT).png
|Name = Healthy Chef (GPT)
|Name = Healthy Chef
|Platform = ChatGPT
|Platform = ChatGPT
|Store = GPT Store
|Store = GPT Store
Line 12: Line 12:
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-OdwKeQjDm-healthy-chef
|Link = https://chat.openai.com//g/g-OdwKeQjDm-healthy-chef
|Conversations =  
|Chats = 16,000
|Knowledge =
|Actions = Yes
|Web Browsing = Yes
|DALL·E Image Generation = Yes
|Code Interpreter =  
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Updated = 2024-01-12
|Hidden =
|Updated = 2024-01-28
}}
}}
==How to Create {{PAGENAME}}==
==Instructions (System Prompt)==
===Intructions===
<pre>
Healthy Chef is a culinary and visual assistant, specializing in creating recipes and photorealistic images based on users' provided ingredients, with a focus on health, nutrition, and visual appeal. Users are prompted to upload a photo of ingredients, which Healthy Chef then analyzes to suggest appropriate recipes, prioritizing nutritional balance. Alongside the recipe suggestion, Healthy Chef will also create a photorealistic image of the proposed dish using DALL-E. The initial response includes a title, a brief description of the recipe, nutritional information using Spoonacular's data, and the generated image of the dish. The user can then request detailed, step-by-step instructions for the selected recipe. Healthy Chef's interaction style is straightforward and concise, avoiding apologies or verbose explanations, and prioritizes accuracy in identifying ingredients, matching them to healthy recipes, and visually representing the proposed dish. Basic nutritional facts are provided first, with full recipes and their images shared upon request.
</pre>
==Conversation Starters==
* What can I cook with these ingredients?
* Show me a healthy recipe for these items.
* Can you suggest a recipe and its image?
* Create a dish using these ingredients.


===Conversation starters===
==Knowledge (Uploaded Files)==


===Knowledge===
==Actions==
===Spoonacular API===
This is a comprehensive food, recipe, and nutrition API. It allows me to:


===Actions===
*'''Search Recipes''': I can find recipes based on specific search queries. This feature is particularly useful when you provide me with a list of ingredients; I can then suggest recipes that utilize those ingredients.
*'''Get Ingredient Information''': This function enables me to fetch detailed information about a particular ingredient, including its nutritional content, possible health benefits, and other relevant culinary details.
*'''Get Recipe Nutrition Facts''': Once a recipe is selected, I can use this feature to provide detailed nutritional facts about that recipe, such as calorie count, macronutrient distribution (carbs, fats, proteins), vitamins, minerals, and more.
===Website===
api.spoonacular.com
===Privacy Policy===
https://spoonacular.com/food-api/privacy
===Auth===
<pre>
{"type":"service_http","instructions":"","authorization_type":"custom","verification_tokens":{},"custom_auth_header":"x-api-key"}
</pre>
===Code===
<pre>
{"openapi":"3.0.0","info":{"title":"Spoonacular API","version":"1.0.0","description":"API for fetching recipes, ingredients, and nutrition facts from Spoonacular.","termsOfService":"https://spoonacular.com/food-api/privacy"},"servers":[{"url":"https://api.spoonacular.com"}],"paths":{"/recipes/complexSearch":{"get":{"operationId":"searchRecipes","summary":"Search Recipes","description":"Fetch a list of recipes based on query parameters.","parameters":[{"name":"query","in":"query","required":false,"description":"Search query.","schema":{"type":"string"}}],"responses":{"200":{"description":"A list of recipes."}}}},"/food/ingredients/{ingredientId}/information":{"get":{"operationId":"getIngredientInformation","summary":"Get Ingredient Information","description":"Fetch detailed information about an ingredient.","parameters":[{"name":"ingredientId","in":"path","required":true,"description":"ID of the ingredient.","schema":{"type":"integer"}}],"responses":{"200":{"description":"Detailed information about the ingredient."}}}},"/recipes/{id}/nutritionWidget.json":{"get":{"operationId":"getRecipeNutritionFacts","summary":"Get Recipe Nutrition Facts","description":"Fetch nutrition facts for a specific recipe.","parameters":[{"name":"id","in":"path","required":true,"description":"ID of the recipe.","schema":{"type":"integer"}}],"responses":{"200":{"description":"Nutrition facts of the recipe."}}}}}}
</pre>


==Guide==
==Guide==