Skip to content

Commit

Permalink
Merge pull request #702 from RealTong/chatgpt-api
Browse files Browse the repository at this point in the history
fix: 🐛 fix typo
  • Loading branch information
RealTong authored Mar 11, 2023
2 parents 5189d84 + e5f75fe commit 5d0f39f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@

```sh
# pull image
docker pull fuergaosi/wechat-chatgpt:latest
holegots/wechat-chatgpt
# run container
docker run -d --name wechat-chatgpt \
-e OPENAI_API_KEY=<YOUR OPENAI API KEY> \
-e MODEL="gpt-3.5-turbo" \
-e CHAT_PRIVATE_TRIGGER_KEYWORD="" \
-v $(pwd)/data:/app/data/wechat-assistant.memory-card.json \
fuergaosi/wechat-chatgpt:latest
holegots/wechat-chatgpt:latest
# View the QR code to log in to wechat
docker logs -f wechat-chatgpt
```
Expand Down
4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@

```sh
# 拉取镜像
docker pull fuergaosi/wechat-chatgpt:latest
docker pull holegots/wechat-chatgpt:latest
# 运行容器
docker run -it --name wechat-chatgpt \
-e OPENAI_API_KEY=<YOUR OPENAI API KEY> \
-e MODEL="gpt-3.5-turbo" \
-e CHAT_PRIVATE_TRIGGER_KEYWORD="" \
-v $(pwd)/data:/app/data/wechat-assistant.memory-card.json \
fuergaosi/wechat-chatgpt:latest
holegots/wechat-chatgpt:latest
# 使用二维码登陆
docker logs -f wechat-chatgpt
```
Expand Down

0 comments on commit 5d0f39f

Please sign in to comment.