From 99f4cebc31c6d2c9560e997a75593ec70c409fba Mon Sep 17 00:00:00 2001 From: Verber Date: Fri, 9 Feb 2024 09:37:59 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=90=8C=E6=AD=A5=E5=8E=9F=E7=89=88next-web?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=8C2024.02.09=E3=80=82=202.=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=B8=80=E4=BA=9B=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7c638e..e42512e 100644 --- a/README.md +++ b/README.md @@ -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.增加了所有**绘画记录**页面。 @@ -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