https://github.com/staylor/ai-fun
https://github.com/staylor/ai-fun
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/staylor/ai-fun
- Owner: staylor
- Created: 2023-07-28T17:34:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T21:12:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T21:18:20.888Z (over 1 year ago)
- Language: CSS
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```