Get API Key here
Configure API key in .env.local
(see .example.env.local
):
GPT_API_KEY=open-ai-api-GPT_API_KEY
- Clone the repo
git clone git@github.com:dabit3/gpt-travel-advisor.git
- Install the dependencies
npm install
# or yarn, pnpm, etc...
- Run the app
npm run dev