/gpt-discord

Primary LanguageGoMIT LicenseMIT

简易Discord GPT聊天机器人

GitHub Repo stars Software License Docker

部署

  1. config/config.json 中进行必要的配置
  2. 根据需要运行下面的命令
# 初次运行
make
# 升级容器
make upgrade
# 移除容器
make clean