You have a few ingridients, you want to cook, and you don't want to make a shopping trip. Ask chat GPT to create a recipe based on the ingridients you have at home.
It will also create an image of what it may look like! (upcoming feature)
-
If you don’t have Node.js installed, install it from here (Node.js version >= 14.6.0 required)
-
Clone this repository
-
Navigate into the project directory
$ cd Chef-GPT -
Install the requirements
$ npm install
-
Make a file called .env with the following content
OPENAI_API_KEY="YOUR KEY HERE" -
Add your API key to the newly created
.envfile -
Run the app
$ npm run dev
You should now be able to access the app at http://localhost:3000! For the full context behind this example app, check out the tutorial.