An open API service indexing awesome lists of open source software.

https://github.com/dabit3/gpt-travel-advisor

reference architecture for building a travel application with GPT3
https://github.com/dabit3/gpt-travel-advisor

artificial-intelligence gpt-3 machine-learning nextjs openai

Last synced: about 2 months ago
JSON representation

reference architecture for building a travel application with GPT3

Awesome Lists containing this project

README

          

# GPT Travel advisor

### Requirements

Get API Key [here](https://openai.com/api/)

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

```sh
git clone git@github.com:dabit3/gpt-travel-advisor.git
```

2. Install the dependencies

```sh
npm install

# or yarn, pnpm, etc...
```

3. Run the app

```sh
npm run dev
```