File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.10.8
2
+
3
+ ` 2023-03-23 `
4
+
5
+ 如遇问题,请删除 ` node_modules ` 重新安装依赖。
6
+
7
+ ## Feature
8
+ - 显示回复消息原文的选项 [[ yilozt] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/672 )]
9
+ - 添加单 ` IP ` 每小时请求限制。环境变量: ` MAX_REQUEST_PER_HOUR ` [[ zhuxindong ] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/718 )]
10
+ - 前端添加角色设定,仅 ` API ` 方式可见 [[ quzard] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/768 )]
11
+ - ` OPENAI_API_MODEL ` 变量现在对 ` ChatGPTUnofficialProxyAPI ` 也生效,注意:` Token ` 和 ` API ` 的模型命名不一致,不能直接填入 ` gpt-3.5 ` 或者 ` gpt-4 ` [[ hncboy] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/632 )]
12
+ - 添加繁体中文 ` Prompts ` [[ PeterDaveHello] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/796 )]
13
+
14
+ ## Enhancement
15
+ - 重置回答时滚动定位至该回答 [[ shunyue1320] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/781 )]
16
+ - 当 ` API ` 是 ` gpt-4 ` 时增加可用的 ` Max Tokens ` [[ simonwu53] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/729 )]
17
+ - 判断和忽略回复字符 [[ liut] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/474 )]
18
+ - 切换会话时,自动聚焦输入框 [[ JS-an] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/735 )]
19
+ - 渲染的链接新窗口打开
20
+ - 查询余额可选 ` API_BASE_URL ` 代理地址
21
+ - ` config ` 接口添加验证防止被无限制调用
22
+ - ` PWA ` 默认不开启,现在需手动修改 ` .env ` 文件 ` VITE_GLOB_APP_PWA ` 变量
23
+ - 当网络连接时,刷新页面,` 500 ` 错误页自动跳转到主页
24
+
25
+ ## BugFix
26
+ - ` scrollToBottom ` 调回 ` scrollToBottomIfAtBottom ` [[ shunyue1320] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/771 )]
27
+ - 重置异常的 ` loading ` 会话
28
+
29
+ ## Common
30
+ - 创建 ` start.cmd ` 在 ` windows ` 下也可以运行 [ vulgatecnn] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/656 )]
31
+ - 添加 ` visual-studio-code ` 中调试配置 [[ ChandlerVer5] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/296 )]
32
+ - 修复文档中 ` docker ` 端口为本地 [[ kilvn] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/802 )]
33
+ ## Other
34
+ - 依赖更新
35
+
36
+
1
37
## v2.10.7
2
38
3
39
` 2023-03-17 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chatgpt-web" ,
3
- "version" : " 2.10.7 " ,
3
+ "version" : " 2.10.8 " ,
4
4
"private" : false ,
5
5
"description" : " ChatGPT Web" ,
6
6
"author" : " ChenZhaoYu <chenzhaoyu1994@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments