Skip to content

JaxcoderLLC/ai-search

 
 

Repository files navigation

GPT Travel advisor

Requirements

Get API Key here

Configure API key in .env.local (see .example.env.local):

GPT_API_KEY=open-ai-api-GPT_API_KEY

To run the app

  1. Clone the repo
git clone git@github.com:dabit3/gpt-travel-advisor.git
  1. Install the dependencies
npm install

# or yarn, pnpm, etc...
  1. Run the app
npm run dev

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.7%
  • CSS 31.7%
  • JavaScript 0.6%