Skip to content

Benchmark LLMs' abilities to plan, strategize, and reason by making them play chess against each other.

Notifications You must be signed in to change notification settings

ricardo-agz/LLMChess

Repository files navigation

LLM Chess

This game lets you play against different LLMs or watch them play against each other.

thumbnail

Getting Started

  1. Clone the repository
  2. Create a Neutrino API key at https://neutrinoapp.com/
  3. Create a .env file in the root directory of the project and add the following line:
NEUTRINO_API_KEY=your_api_key
  1. Run the following command to install the required packages:
pip install -r requirements.txt
  1. Run the following command to start the game:
python chess_gui.py

About

Benchmark LLMs' abilities to plan, strategize, and reason by making them play chess against each other.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages