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

https://github.com/apo-bozdag/chatgpt-training


https://github.com/apo-bozdag/chatgpt-training

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# GPT to Tripian

### Install

Configure API keys in `.env`:

```
GPT_API_KEY=xxx
```

Install dependencies:

```shell
npm install
```

### Run

```shell
npm run dev
```