Skip to content

Commit

Permalink
1.修复模型头像被拉长问题。
Browse files Browse the repository at this point in the history
2.更换模型按钮icon,避免跟插件混淆
3.同步原版代码。
  • Loading branch information
vual committed Sep 13, 2024
1 parent 3f9d990 commit b151095
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

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

#### 有后台版本:
- 更新日期:2024.09.06
- 更新日期:2024.09.13
- 版本号:
- latest
- **Demo演示地址**
Expand All @@ -31,7 +31,7 @@


### 特性(无后台版本):
- ****. 完整的[ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)功能,并保持同步更新。最近同步时间:2024.09.06
- ****. 完整的[ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)功能,并保持同步更新。最近同步时间:2024.09.13
- ****. **文件上传和存储**,接入OSS,也支持自定义文件上传接口,配置详见参数说明,**强烈建议配置该功能,可以让下面很多功能更好用**,以下任选一种即可:
- 1.**阿里云OSS**,国外那些服务有可能访问不了国内的OSS,建议国内和国际版都测试下。
- 2.**腾讯云COS**,同上,也是OSS。
Expand Down Expand Up @@ -292,14 +292,14 @@
### 无后台版本部署和启动
##### 1.拉取镜像
```shell
docker pull registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.8.9
docker pull registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.8.10
```
##### 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.8.9
registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.8.10
```
- 3000:3000是端口映射,前面的可以自定义,后面的是容器内部端口,不可更改。比如可以改成:3030:3000, 3080:3000
- 如果你有chatgpt中转地址,则加上 -e BASE_URL="https://xxxxxx" \ ,没加这个参数,默认请求到 https://api.openai.com
Expand Down

0 comments on commit b151095

Please sign in to comment.