Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

starudream/mirai-chatgpt-bot

Repository files navigation

Mirai ChatGPT Bot

Golang Docker Release License

Config

debug: true
log:
  level: debug
addr: :8080
openai:
  api_key: abc
mirai:
  bot_qq: 000
  target_groups:
    - 222
    - 333

Docker

Version Size Pull

docker pull starudream/mirai-chatgpt-bot
docker run -d \
    --name mcb \
    --restart always \
    -v /opt/docker/mcb/config.yaml:/config.yaml \
    starudream/mirai-chatgpt-bot

License

Apache License 2.0