- ChefAI: Title, logo, badges.
- Index
- Description
- State of the project
- Demostration
- Price and access
- Developers
- Tech used and thanks
- How code works
ChefAI is a project made with ChatGPT. The goal for this project is help to people who doesn't know what cook. You just need to say some ingredients, your tools and your experience with cooking. ChefAI will make a delicious recipe.
This project is on development: The code is in spanglish (lmao) and the recipe that generates is on spanish, also there isn't a web, just command line in spanish again.
The project is still on development and is open-source. So is free, but on the future this project will have a free trial and you will have to pay a very little price for every recipe.
- RinkaDev
- Thanks to OpenAI for make GPT3 and ChatGPT
- Thanks to the developers of
chatgpt
module for nodejs - Thanks to the developers of the free and unofficial proxy for ChatGPT.
There is a large prompt that says to ChatGPT how to make the recipe with some args
index.js
Get some args from the user and call a function (the next file)
backend/getRecipe.js
There is a function that generates the prompt and calls to ChatGPT.