fix api_key missing in readme

This commit is contained in:
Zicheng Wang 2023-02-07 16:36:07 +08:00
parent 334809d657
commit 354b38324f

View File

@ -62,6 +62,7 @@ go run main.go
```
docker run -d \
--name wechatgpt \
-e api_key="你的chatgpt api_key" \
-e wechat="true" \
-e wechat_keyword="微信触发关键字" \
xiaomoinfo/wechatgpt:latest