A simple text Jeopardy game written in Python and using a LLM to generate the questions and answers. I am using Ollama and mistral locally
Ensure you have Ollama installed and running.
ollama pull mistral
poetry install
poetry run python jeopardy_game.py