Skip to content

Commit

Permalink
无后台版本:
Browse files Browse the repository at this point in the history
1.同步原版代码。

有后台版本:
1.同无后台版本。
2.修复消息偶发重复展示的问题。
3.修复消息偶发错位问题。
  • Loading branch information
vual committed Jan 23, 2025
1 parent aac4407 commit f400aba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

### 版本
#### 无后台:
- 更新日期:2025.01.10
- 更新日期:2025.01.23
- 版本号:
- 3.9.6,完整功能,需要授权码
- 3.9.7,完整功能,需要授权码
- 3.7.21-arm,arm64版,完整功能,需要授权码
- 3.7.27-ce,社区版(免费版),不需要授权码,功能有限制,详细看后面说明
- **Demo演示地址**
- 参考下面有后台版本的用户端,有一些界面和功能差异,没有登录、套餐列表、用户中心,没有管理端。

#### 有后台版本:
- 更新日期:2025.01.10
- 更新日期:2025.01.23
- 版本号:
- latest
- **Demo演示地址**
Expand Down Expand Up @@ -153,14 +153,14 @@
### 无后台版本部署和启动
##### 1.拉取镜像
```shell
docker pull registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.9.6
docker pull registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.9.7
```
##### 2.启动应用
```shell
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY="sk-xxxxxx" \
-e AUTHORIZE_CODE="授权码" \
registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.9.6
registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.9.7
```
- 3000:3000是端口映射,前面的可以自定义,后面的是容器内部端口,不可更改。比如可以改成:3030:3000, 3080:3000
- 如果你有chatgpt中转地址,则加上 -e BASE_URL="https://xxxxxx" \ ,没加这个参数,默认请求到 https://api.openai.com
Expand Down

0 comments on commit f400aba

Please sign in to comment.