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

https://github.com/staylor/ai-fun


https://github.com/staylor/ai-fun

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## AI Fun

Before you run this project, you need to create a `.env` file and add your [OpenAI API key](https://platform.openai.com/account/api-keys):

In `.env`:
```
OPENAI_API_KEY=your_key_goes_here
```

To develop:
```bash
$ yarn dev
```