A simple web app for generating plant care guides using OpenAI's GPT API.
Installs the necessary packages.
Add a .env.local
file to the root directory of the project. Set OPENAI_API_KEY
with your API key.
OPENAI_API_KEY=<YOUR_KEY>
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Host your own live version of Plant Care AI with Vercel.