chatgpt-web

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.

MIT License

Stars
1.6K
Committers
85

Bot releases are hidden (Show)

chatgpt-web - v2.18.0 Latest Release

Published by BobDu 5 months ago

Get docker image from DockerHub

https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.18.0

docker pull chatgptweb/chatgpt-web:v2.18.0

What's Changed

Full Changelog: https://github.com/chatgpt-web-dev/chatgpt-web/compare/v2.17.0...v2.18.0

chatgpt-web - v2.17.0

Published by BobDu 6 months ago

Get docker image from DockerHub

https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.17.0

docker pull chatgptweb/chatgpt-web:v2.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/chatgpt-web-dev/chatgpt-web/compare/v2.16.0...v2.17.0

chatgpt-web - v2.16.0

Published by BobDu 7 months ago

Get docker image from DockerHub

https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.16.0

docker pull chatgptweb/chatgpt-web:v2.16.0

[!IMPORTANT]
📢 📢 📢 Our DockerHub hosted images have been migrated from the personal account kerwin1202 to the Sponsored OSS organization account chatgptweb , in order to avoid DockerHub's download rate limits.

New Feature: support vision model (gpt-4-vision-preview)

What's Changed

Full Changelog: https://github.com/chatgpt-web-dev/chatgpt-web/compare/v2.15.2...v2.16.0

chatgpt-web - v2.15.2

Published by BobDu 7 months ago

Get docker image from DockerHub

https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.15.1

docker pull chatgptweb/chatgpt-web:v2.15.2

[!IMPORTANT]
📢 📢 📢 Our DockerHub hosted images have been migrated from the personal account kerwin1202 to the Sponsored OSS organization account chatgptweb , in order to avoid DockerHub's download rate limits.

Thanks for the contribution from @MAOUXSAKI

What's Changed

Full Changelog: https://github.com/chatgpt-web-dev/chatgpt-web/compare/v2.15.1...v2.15.2

chatgpt-web - v2.15.1

Published by BobDu 7 months ago

Get docker image from DockerHub

https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.15.1

docker pull chatgptweb/chatgpt-web:v2.15.1

[!IMPORTANT]
📢 📢 📢 Our DockerHub hosted images have been migrated from the personal account kerwin1202 to the Sponsored OSS organization account chatgptweb , in order to avoid DockerHub's download rate limits.

What's Changed

Full Changelog: https://github.com/chatgpt-web-dev/chatgpt-web/compare/v2.15.0...v2.15.1

chatgpt-web - v2.15.0

Published by BobDu 8 months ago

Get docker image from DockerHub

https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.15.0

docker pull chatgptweb/chatgpt-web:v2.15.0

[!IMPORTANT]
📢 📢 📢 Our DockerHub hosted images have been migrated from the personal account kerwin1202 to the Sponsored OSS organization account chatgptweb , in order to avoid DockerHub's download rate limits.

New Feature: support auth proxy login mode

[!WARNING]
This feature is only provided for Operations Engineer with relevant experience to deploy during the integration of the enterprise's internal account management system. Improper configuration may lead to security risks.

Set env AUTH_PROXY_ENABLED=true can enable auth proxy mode.

After activating this feature, it is necessary to ensure that chatgpt-web can only be accessed through a reverse proxy.

Authentication is carried out by the reverse proxy, which then forwards the request with the X-Email header to identify the user identity.

Recommended for current IdP to use LDAP protocol, using authelia

Recommended for current IdP to use OIDC protocol, using oauth2-proxy

What's Changed

Full Changelog: https://github.com/chatgpt-web-dev/chatgpt-web/compare/v2.14.0...v2.15.0

chatgpt-web - v2.14.0

Published by BobDu 8 months ago

Get docker image from DockerHub

https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.14.0

docker pull chatgptweb/chatgpt-web:v2.14.0

[!IMPORTANT]
📢 📢 📢 Our DockerHub hosted images have been migrated from the personal account kerwin1202 to the Sponsored OSS organization account chatgptweb , in order to avoid DockerHub's download rate limits.

New Feature: user usage count limit

Thanks for the contribution from @ccjaread

What's Changed

New Contributors

Full Changelog: https://github.com/chatgpt-web-dev/chatgpt-web/compare/v2.13.10...v2.14.0

chatgpt-web - v2.13.10

Published by Kerwin1202 9 months ago

Thanks for the contribution from @Urmi10799

fix: no mail is being sent to user #405

chatgpt-web - v2.13.9

Published by Kerwin1202 9 months ago

Thanks for the contribution from @BobDu.

perf: memory usage optimize #404
chore: backend not response mongodb UpdateResult data #401
feat: set user deafult model & set chat model by per chat room #402

chatgpt-web - v2.13.8

Published by Kerwin1202 10 months ago

chore: 单独设置API地址 (Close #369)
chore: max context count (Close #394, Close #221)
chore: allow filter user statistic(Close #378)
chore: suport custom chat model

chatgpt-web - v2.13.7

Published by Kerwin1202 11 months ago

chore: add new model gpt-4-1106-preview & gpt-4-vision-preview (Close #361)
fix: ui display problem(Close #357, #358)

chatgpt-web - v2.13.6

Published by Kerwin1202 12 months ago

feat: support change password & enable 2FA (f46eab24)
feat: allow edit user remark (Close #343)
bugfix: jumps over deleted messages in history when calling api
fix: allow close login modal
chore: show user role (Close #302)
fix: sync userinfo on multiple open browser (Close #296)
feat: support accesstoken token statistic (Close #275)
chore: allow add new user (Close #286)

chatgpt-web - v2.13.5

Published by Kerwin1202 over 1 year ago

chore: show description (Close #273)
chore: gpt-3.5-turbo-16k-0613 (Close #257)
fix: remove unused fetchChatAPI
fix: 手机版样式 (Close #227)
chore: 新增模型 (Close #243)
feat: 实现用户登录权限相关接口的限流(登录、注册、发送邮件等等)
fix: Failed to resolve component NButton

chatgpt-web - v2.13.4

Published by Kerwin1202 over 1 year ago

fix: access token 模式多 key (Close #203)
fix: 优化随机key的逻辑 (Close #204)
chore: 繁体翻译
fix: clear cache after delete key (Close #197)
fix: unable to load chat records after logging in to safari(Close #194)

chatgpt-web - v2.13.3

Published by Kerwin1202 over 1 year ago

feat: support real stop response (Close #157)
fix: the specified model is invalid
fix: access token, after the first chat, refreshing the page makes it impossible to continue talking
fix: api 同时间支持多人 (Close #169)
style: 底部滚动条 (Close #186)
chore: 增加用户组 (Close #180)
fix: 无法保存基本设置(Close #190)
chore: 敏感词提示
chore: remark (Close #171)
chore: allow delete user

chatgpt-web - v2.13.2

Published by Kerwin1202 over 1 year ago

chatgpt-web - v2.13.1

Published by Kerwin1202 over 1 year ago

chore: set user role
fix: register failed (Close #160)
fix: admin role error (Close #158)

chatgpt-web - v2.13.0

Published by Kerwin1202 over 1 year ago

feat: support multiple key random usage(Close #155, Close #138)
feat: users manager
chore: allow users to customize models(Close #142)
chore: 每个对话上下文关系独立

users manager

keys maneger

customize models

chatgpt-web - v2.12.9

Published by Kerwin1202 over 1 year ago

feat: 支持 ios app 的两种模型(Close #147)
feat: 允许查看历史响应结果
feat: 显示AccessToken过期时间(Close #145)
feat: 增加用户使用量统计页面
feat: 使用MongoDB URL里的数据库名称

image


chatgpt-web - v2.12.8

Published by Kerwin1202 over 1 year ago

feat: api 接口重启也可以保持上下文(会增加额外token使用) (#113 )
fix: 概率聊天历史未加载
fix: 无法删除单条消息 (Close #119)
fix: only root user get config (Close #120)