Skip to content

Releases: chatgpt-web-dev/chatgpt-web

v2.12.8

08 May 14:25
Compare
Choose a tag to compare

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

v2.12.7

02 May 12:09
Compare
Choose a tag to compare

chatgpt api 5.2.4 尝试修复 gpt4 偶尔报错

v2.12.6

27 Apr 14:29
Compare
Choose a tag to compare

fix: 记录错误信息 (Close #81)
fix: reset password show modal (Close #83)
fix: can't save accesstoken (Close #79)
chore: 优化重复注册 (Close #75)
perf: 优化复制逻辑
chore: chat model

v2.12.5

25 Apr 14:42
Compare
Choose a tag to compare

fix: change default proxy url
chore: nginx防止爬虫爬取配置
chore: time format
fix: 聊天记录加载异常 (Close #40)

v2.12.4

19 Apr 15:23
Compare
Choose a tag to compare

fix: cannot chat without logging in (Closes #31)
fix: pop-up window cannot be closed on the mobile (Closes #48)

v2.12.3

18 Apr 15:31
Compare
Choose a tag to compare

feat: support room specific prompt
fix: mobile login modal (Closes #41)
fix: baidu audit not working (Closes #36)
fix: reverse proxy save lost
fix: access token error
fix: fetch balance with proxy

v2.12.2

16 Apr 13:50
Compare
Choose a tag to compare

feat: support password reset
feat: custom sensitive words
fix: exception when the account does not exist

v2.12.1

16 Apr 06:35
Compare
Choose a tag to compare

feat: 支持敏感词审核
feat: 支持展示每个回答所用的 token 消耗 +i18n (#19)

fix: 如果超时导致聊天无法正常记录
feat: 添加自定义 temperature 和 top_p (Chanzhaoyu/chatgpt-web#1260)

在设置的高级面板里自定义temperature和top_p
change default temperature from 0.8 to 0.5
pref: 检查代码,增加仅 api 的接口判断

v2.12.0

16 Apr 06:18
Compare
Choose a tag to compare

feat: 支持敏感词审核
feat: 支持展示每个回答所用的 token 消耗 +i18n (#19)

fix: 如果超时导致聊天无法正常记录
feat: 添加自定义 temperature 和 top_p (#1260)

  • 在设置的高级面板里自定义temperature和top_p
  • change default temperature from 0.8 to 0.5
  • pref: 检查代码,增加仅 api 的接口判断

v2.11.9

05 Apr 14:16
a84f446
Compare
Choose a tag to compare

fix: 网页版在刷新网页后都会新开conversationId @EvanDbg #13