Skip to content

Commit

Permalink
1.同步原版next-web代码,2024.02.09。
Browse files Browse the repository at this point in the history
2.优化一些问题。
  • Loading branch information
vual committed Feb 9, 2024
1 parent ec012d6 commit 99f4ceb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### 版本
#### 无后端:
- 版本号:3.7.3,更新日期:2024.02.03,(arm64版本号:3.7.3-arm)
- 版本号:3.7.5,更新日期:2024.02.09,(arm64版本号:3.7.5-arm)

### 特性(无后端版本):
- 1.完整的[ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)功能,并保持同步更新。最近同步时间:2024.02.03
- 1.完整的[ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)功能,并保持同步更新。最近同步时间:2024.02.09
- 2.**增加对接midjourney绘图功能**,该功能基于[ChatGPT-Midjourney](https://github.com/Licoy/ChatGPT-Midjourney),使用antd进行了完全的重构,界面更加合理,参数更加全面。
- 3.**支持图片上传至阿里云oss或Minio(私有化oss)**,方便图片永久存储,且预览加载更快。
- 4.增加了所有**绘画记录**页面。
Expand Down Expand Up @@ -103,14 +103,14 @@
### 启动
##### 1.拉取镜像
```shell
docker pull registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.7.3
docker pull registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.7.5
```
##### 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.7.3
registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.7.5
```
- 3000:3000是端口映射,前面的可以自定义,后面的是容器内部端口,不可更改。比如可以改成:3030:3000, 3080:3000
- 如果你有chatgpt中转地址,则加上 -e BASE_URL="https://xxxxxx" \ ,没加这个参数,默认请求到 https://api.openai.com
Expand Down

0 comments on commit 99f4ceb

Please sign in to comment.