Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 307 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 307 Bytes

Jeopardy

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

Install

Ensure you have Ollama installed and running.

ollama pull mistral
poetry install

Usage

poetry run python jeopardy_game.py