- Notifications
You must be signed in to change notification settings - Fork1
Chess AI and commentary powered by ChatGPT
License
NotificationsYou must be signed in to change notification settings
prompt-engineering/chat-chess
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
English |简体中文
Online Demo: WIP
Join us:
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.
- CloneChatChess。
- Run
npm install
- Run
npm run dev
to serve front-end - In a new console, cd into
server
directory - Run
npm install
- Run
npm run start
to start the backend server
This code is distributed under the MIT license. SeeLICENSE in this directory.