Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.22 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.22 KB

ChatChess - Chess AI and commentary powered by ChatGPT

ci GitHub Discord

English | 简体中文

Online Demo: WIP

Screenshot

Join us:

Chat Server

Local Usage

Be very careful that ChatGPT will make invalid moves and the server will retry calling OpenAI API until it gets a valid move (for now), and all those requests are billed.

  1. Clone ChatChess
  2. Run npm install
  3. Run npm run dev to serve front-end
  4. In a new console, cd into server directory
  5. Run npm install
  6. Run npm run start to start the backend server

LICENSE

This code is distributed under the MIT license. See LICENSE in this directory.