add wechat env 🚀

This commit is contained in:
Evan 2022-12-14 14:58:39 +09:00
parent 4faf5f28dc
commit 406b2cfa41

View File

@ -51,7 +51,7 @@ go run main.go
docker run -d --name="wechatgpt" -e apiKey="你的chatgpt apiKey" telegram="你的telegram token" xiaomoinfo/wechatgpt:latest
# linux amd64
docker run -d --name="wechatgpt" -e apiKey="你的chatgpt apiKey" telegram="你的telegram token" xiaomoinfo/wechatgpt:latest
docker run -d --name="wechatgpt" -e apiKey="你的chatgpt apiKey" telegram="你的telegram token" xiaomoinfo/wechatgpt-amd64:latest
```