Mastermind is a CLI tool designed to generate clue words for spymasters in the game of Codenames, leveraging large language models (LLMs) of your choice!
Written in Rust 🦀, because why not?
To get started, prepare two text files:
One word per line. Refer to the examples
directory for sample files.
Run the tool with:
mastermind [TO_LINK] [TO_AVOID]
Feel free to run the program multiple times to get the best result!
-g
, --get-models
: Print all available language models-m
, --set-models
: Select language model(s)-o
, --output
: Specify an output file-t
, --token-usage
: Print token usage-h
, --help
: Print help-V
, --version
: Print version