Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1 KB

README.zh-CN.md

File metadata and controls

25 lines (16 loc) · 1 KB

ChatChess - ChatGPT 国际象棋和解说

ci GitHub

演示: WIP

截图

English | 简体中文

本地搭建

请注意 ChatGPT 会随机给出不符合规则的棋,服务器会无限重复调用 OpenAI 直到得到符合规则的结果。如果你是付费用户,这些请求都会计费。

  1. 从 GitHub 克隆 ChatChess
  2. 执行 npm install
  3. 运行 npm run dev 开启前端
  4. 新建控制台,进入 server 文件夹
  5. 执行 npm install
  6. 运行 npm run start 开启后端

LICENSE

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