Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 days 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 [email protected]:dabit3/gpt-travel-advisor.git
```

2. Install the dependencies

```sh
npm install

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

3. Run the app

```sh
npm run dev
```