Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 227 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 227 Bytes

GPT Travel advisor

Requirements

Configure API keys in .env.local:

GPT_API_KEY=open-ai-api-GPT_API_KEY

To run the app

  1. Clone the repo

  2. Install the dependencies

  3. Run the app

npm run dev