Merge pull request #40 from NEPDream/main

fix api_key missing in readme
This commit is contained in:
涼風羽月 2023-02-08 10:37:07 +09:00 committed by GitHub
commit 76540b32cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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