https://github.com/cobular/gptbox
Playing Jackbox Games with GPT3, now on the internet!
https://github.com/cobular/gptbox
Last synced: 10 months ago
JSON representation
Playing Jackbox Games with GPT3, now on the internet!
- Host: GitHub
- URL: https://github.com/cobular/gptbox
- Owner: Cobular
- Created: 2022-12-20T03:32:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T20:28:40.000Z (over 3 years ago)
- Last Synced: 2025-02-22T08:44:17.177Z (over 1 year ago)
- Language: C#
- Homepage: gpt-box.vercel.app
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPTBox!
Welcome to GPTBox, the one and only project allowing you to play Jackbox games with GPT3!
It's actually pretty damn good at this, suprizingly!
## How to Play
Head on over to https://gptbox.cobular.com and get started!!
## Selfhosting
This project consists of two seperate projects, the backend and the frontend.
The backend is a asp.net app which builds to a docker container that you can run. Please find the container in the associated ghcr.io page for this repo.
This requires a few env vars to be set:
1. Your OpenAI key - set in `OPENAI_KEY`
The frontend is a sveltekit application. This can be ran anywhere, I like to run it on Vercel but it's totally your call.