Skip to content

Commit

Permalink
1.合并原版代码,增加realtime实时语音功能。
Browse files Browse the repository at this point in the history
  • Loading branch information
vual committed Nov 19, 2024
1 parent 10cc48a commit bede651
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
介绍购买付费版得佣金,无后台版本一个¥30,有后台版本一个¥60。

### 欢迎体验另一个项目[lobe-chat-pro](https://github.com/vual/lobe-chat-pro)
基于lobe-chat,增加了更强大的绘图、音乐、视频面板,支持midjourney、dall-e、suno、luma、runway等,地址:https://github.com/vual/lobe-chat-pro
基于lobe-chat,增加了更强大的绘图、音乐、视频面板,支持midjourney、dall-e、suno、luma、runway、快手可灵等,地址:https://github.com/vual/lobe-chat-pro

### 推荐中转接口,[ai.aiiai.top](https://ai.aiiai.top),免去繁杂配置,获取key就可以用。

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

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


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

0 comments on commit bede651

Please sign in to comment.