Sign up to save tools and stay up to date with the latest in AI
bg
bg
1

GitHub - kmarker1101/jeopardy

Nov 07, 2024 - github.com
The article is about a simple text-based Jeopardy game created using Python and a Language Model (LLM) to generate the questions and answers. The game utilizes Ollama and Mistral locally. To run the game, the command 'poetry run python jeopardy_game.py' is used.

The game and its accompanying materials are licensed under the Eclipse Public License 2.0. The source code may also be available under secondary licenses such as the GNU General Public License, provided the conditions set forth in the Eclipse Public License 2.0 are met. This includes the GNU Classpath Exception.

Key takeaways:

  • The article discusses a simple text Jeopardy game written in Python, using a LLM to generate the questions and answers.
  • The game uses Ollama and mistral locally.
  • To run the game, the command 'poetry run python jeopardy_game.py' is used.
  • The program is available under the Eclipse Public License 2.0 and may also be available under the GNU General Public License, depending on certain conditions.
View Full Article

Comments (0)

Be the first to comment!