docs: update README.md

This commit is contained in:
zhayujie
2023-07-21 17:14:11 +08:00
parent 9ef8e1be3f
commit e4c7602c0c
2 changed files with 14 additions and 2 deletions

View File

@@ -3,10 +3,12 @@ services:
chatgpt-on-wechat:
image: zhayujie/chatgpt-on-wechat
container_name: chatgpt-on-wechat
security_opt:
- seccomp:unconfined
environment:
OPEN_AI_API_KEY: 'YOUR API KEY'
MODEL: 'gpt-3.5-turbo'
OPEN_AI_PROXY: ''
PROXY: ''
SINGLE_CHAT_PREFIX: '["bot", "@bot"]'
SINGLE_CHAT_REPLY_PREFIX: '"[bot] "'
GROUP_CHAT_PREFIX: '["@bot"]'