Fill in the blank game built on Node.js with support for ChatGPT generated prompts.
A demo can be found at https://fillin.coolstone.dev/
This can be found in ./config.json
- openai_key: Optional OpenAI key to use to generate prompt from ChatGPT
- Generate_prompts_from_ChatGPT: Toggle ChatGPT generated (true) or from a preset array (false).
- prompts_file: File containing preset array of prompts.
- port: Port to run app on.
- title: Project/page title.
This repository is available under the MIT license