https://github.com/operationalfallacy/thegamechanger
New game changers - on demand!
https://github.com/operationalfallacy/thegamechanger
Last synced: 27 days ago
JSON representation
New game changers - on demand!
- Host: GitHub
- URL: https://github.com/operationalfallacy/thegamechanger
- Owner: OperationalFallacy
- Created: 2023-06-01T03:11:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T01:36:16.000Z (over 2 years ago)
- Last Synced: 2023-10-16T21:05:17.573Z (over 2 years ago)
- Language: TypeScript
- Homepage: https://thegamechanger.vercel.app
- Size: 2.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [gamechanger.naumenko.ca](https://gamechanger.naumenko.ca/)
This project generates game changers for you using AI.
[](https://gamechanger.naumenko.ca)
## How it works
This project uses the [ChatGPT API](https://openai.com/api/) and [Vercel Edge functions](https://vercel.com/features/edge-functions) with streaming.
## Running Locally
After cloning the repo, go to [OpenAI](https://platform.openai.com/account/api-keys) to make an account and put your API key in a file called `.env`.
Then, run the application in the command line and it will be available at `http://localhost:3000`.
```bash
npm run dev
```
# Inspired by
[Twitter bio generator](https://github.com/Nutlope/twitterbio) project on GitHub.