Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: chatgpt-web-dev/chatgpt-web

v3.7.0

06 Sep 12:27
@BobDu BobDu
1763683
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v3.7.0

Important

Support gpt-5 model use openai responses api

What's Changed

  • chore: bump pnpm version by @BobDu in #645
  • feat: support gpt-5 use openai responses api by @BobDu in #646

Full Changelog: v3.6.1...v3.7.0

Contributors

BobDu
Assets 2
Loading

v3.6.1

11 Jul 08:18
@BobDu BobDu
12a3d96
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v3.6.1

What's Changed

  • feat: 增加fetch请求,优化axios对流式数据处理的不友好 by @King5-12 in #640

Full Changelog: v3.6.0...v3.6.1

Contributors

King5-12
Loading

v3.6.0

11 Jul 03:51
@BobDu BobDu
6067325
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v3.6.0

What's Changed

Full Changelog: v3.5.1...v3.6.0

Contributors

King5-12
Loading

v3.5.1

03 Jul 07:12
@BobDu BobDu
726071a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v3.5.1

What's Changed

  • 修改推理过程过长时被截断的问题 by @King5-12 in #637

New Contributors

Full Changelog: v3.5.0...v3.5.1

Contributors

King5-12
Loading

v3.5.0

01 Jul 16:35
@BobDu BobDu
abc479e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v3.5.0

Important

Support fastdeploy model api (for ERNIE 4.5 model)

What's Changed

  • ci: build multi-platform images natively using Github ARM runners by @BobDu in #633
  • fix: miss checkout in ci workflow by @BobDu in #634
  • feat: add include raw content option for search settings by @BobDu in #635
  • feat: support fastdeploy model api by @BobDu in #636

Full Changelog: v3.4.1...v3.5.0

Contributors

BobDu
Loading

v3.4.1

23 Jun 02:56
@BobDu BobDu
35e6e20
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v3.4.1

What's Changed

  • feat: enhance search query with advanced depth and refine content by @BobDu in #629
  • refactor: prompt store table to use raw data and improve UI by @BobDu in #630
  • feat: add configurable max search result by @BobDu in #631
  • refactor: vue-i18n use composition api by @BobDu in #632

Full Changelog: v3.4.0...v3.4.1

Contributors

BobDu
Loading

v3.4.0

15 Jun 16:39
@BobDu BobDu
c7cde18
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v3.4.0

Important

Support built-in prompt template store

What's Changed

  • refactor: chat store use composition api and rename some vars by @BobDu in #625
  • refactor: chat store remove use local storage by @BobDu in #626
  • fix: add chat message when submit new conversation by @BobDu in #627
  • feat: support built-in prompt type by @BobDu in #628

Full Changelog: v3.3.0...v3.4.0

Contributors

BobDu
Loading
magicdmer and tmeckel reacted with thumbs up emoji tmeckel reacted with hooray emoji tmeckel reacted with rocket emoji
2 people reacted

v3.3.0

07 Jun 10:05
@BobDu BobDu
461910a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v3.3.0

What's Changed

  • fix: json size limit by @BobDu in #618
  • chore: remove unused node-fetch and upgrade openai to v5.1.0 by @BobDu in #619
  • fix: https proxy config by @BobDu in #620
  • feat: add detailed help tooltips for chat features by @BobDu in #621
  • feat: add configurable max context count per room by @BobDu in #622
  • fix: remove unused property & improve ci action by @BobDu in #623
  • feat: integrate web search results into UI by @BobDu in #624

Full Changelog: v3.2.0...v3.3.0

Contributors

BobDu
Loading

v3.2.0

04 Jun 17:10
@BobDu BobDu
a2c2736
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v3.2.0

Important

Support disable deep think (when use vllm api model)

What's Changed

  • chore: use unplugin-auto-import & unplugin-vue-components by @BobDu in #614
  • chore: bump eslint version by @BobDu in #615
  • feat: support disable thinking when VLLM model by @BobDu in #616
  • feat: new chat room default enable web search feature by @BobDu in #617

Full Changelog: v3.1.2...v3.2.0

Contributors

BobDu
Loading

v3.1.2

28 May 14:06
@BobDu BobDu
3d89744
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Get docker image from DockerHub

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

docker pull chatgptweb/chatgpt-web:v3.1.2

What's Changed

  • chore: dump some dependencies by @BobDu in #611
  • feat: set search system message as config by @BobDu in #612

Full Changelog: v3.1.1...v3.1.2

Contributors

BobDu
Loading
Previous 1 3 4 5 6
Previous

AltStyle によって変換されたページ (->オリジナル) /