Releases: chatgpt-web-dev/chatgpt-web
v3.2.0
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
v3.1.2
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
v3.1.1
Get docker image from DockerHub
https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v3.1.1
docker pull chatgptweb/chatgpt-web:v3.1.1
What's Changed
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Get docker image from DockerHub
https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v3.1.0
docker pull chatgptweb/chatgpt-web:v3.1.0
Important
Support web search (using provider tavily)
What's Changed
Full Changelog: v3.0.3...v3.1.0
v3.0.3
Get docker image from DockerHub
https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v3.0.3
docker pull chatgptweb/chatgpt-web:v3.0.3
What's Changed
Full Changelog: v3.0.2...v3.0.3
v3.0.2
Get docker image from DockerHub
https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v3.0.2
docker pull chatgptweb/chatgpt-web:v3.0.2
What's Changed
- fix: new user default model use first available models list by @BobDu in #605
- fix: server crash when send email failed by @BobDu in #606
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Get docker image from DockerHub
https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v3.0.1
docker pull chatgptweb/chatgpt-web:v3.0.1
What's Changed
- fix: ctrl+c not work when running use docker container by @BobDu in #599
- perf: implement the expand/collapse function for reasoning process by @jamebal in #602
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Important
Support display DeepSeek R1 thought chain
Remove support chatgpt unofficial api
What's Changed
- fix: allow all models upload image by @BobDu in #594
- Remove unofficial api by @BobDu in #596
- feat: support display thought chain for deepseek r1 by @BobDu in #597
- chore: fix ci and improve system message by @BobDu in #598
Full Changelog: v2.20.0...v3.0.0
v2.20.0
Get docker image from DockerHub
https://hub.docker.com/r/chatgptweb/chatgpt-web/tags?name=v2.20.0
docker pull chatgptweb/chatgpt-web:v2.20.0
Important
Support models gpt-4.1 gpt-4.1-mini gpt-4.1-nano
What's Changed
- fix: gpt-4.1 max model token by @BobDu in #588
- fix: ci workflow by @BobDu in #589
- fix: ci workflow by @BobDu in #590
- fix: docker build by @BobDu in #591
- chore: update expressjs 5.x by @BobDu in #592
- chore: support gpt-4.1 model by @BobDu in #593
Full Changelog: v2.19.0...v2.20.0
v2.19.0
What's Changed
- chore: clean unused code and improve lint rule by @BobDu in #541
- fix: chat typing effect (cherry picked from ChenZhaoYu upstream) by @BobDu in #544
- chore: support nodejs version 22 by @BobDu in #545
- perf: persistent prompts and add chat record by @jamebal in #540
- refactor: split routes file by @BobDu in #549
- fix maximum token count by @zhujunsan in #552
- fix maximum token count by @zhujunsan in #553
- chore: update some deps version by @BobDu in #576
- update/fix maximum token count, support 'chatgpt-4o-latest' by @zhujunsan in #565
- feat: support multiple select image once upload by @BobDu in #577
- build: remove vite-plugin-pwa by @BobDu in #578
- fix: pnpm build script by @BobDu in #579
- feat: set statics file cache control by @BobDu in #580
- fix: delete message problem by @Qiu-Jun in #575
New Contributors
Full Changelog: v2.18.0...v2.19.0