Skip to content

Commit

Permalink
Update README_ZH.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LFMJUN authored Dec 10, 2022
1 parent c9ce8fd commit 61e9fe9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
</a>
</p>


> 在微信上迅速接入 ChatGPT,让它成为你最好的助手!
[English](README.md) | 中文文档
> [English](README.md) | 中文文档
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/BHJD6L?referralCode=FaJtD_)

Expand All @@ -30,7 +31,7 @@

```sh
cp config.yaml.example config.yaml
# Change Config.yaml
# 在当前目录创建并修改config.yaml
# 在Linux或WindowsPowerShell上运行如下命令
docker run -d --name wechat-chatgpt -v $(pwd)/config.yaml:/app/config.yaml holegots/wechat-chatgpt:latest
# 使用二维码登陆
Expand All @@ -49,6 +50,8 @@ docker run -d --name wechat-chatgpt -v %cd%/config.yaml:/app/config.yaml holegot
docker logs -f wechat-chatgpt
```

配置文件[config.yaml](#获取 OpenAI 的账户并配置到项目中)说明

## 更新Docker镜像版本

```sh
Expand Down Expand Up @@ -95,8 +98,7 @@ chatGPTAccountPool:
chatPrivateTiggerKeyword: ""
```
⚠️ 触发关键字必须出现在接收到的消息的第一个位置
⚠️
⚠️ 触发关键字必须出现在接收到的消息的第一个位置⚠️
请确保您的终端网络可以登陆 OpenAI。如果登陆失败,请尝试使用代理或使用 SessionToken 方法配置
Expand Down

0 comments on commit 61e9fe9

Please sign in to comment.