This repository was archived by the owner on Feb 10, 2025. It is now read-only.
File tree 3 files changed +33
-3
lines changed
3 files changed +33
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.10.9
2
+
3
+ ` 2023-04-03 `
4
+
5
+ > 更新默认 ` accessToken ` 反代地址为 [[ acheong08] ( https://github.com/acheong08 )] 的 ` https://bypass.churchless.tech/api/conversation `
6
+
7
+ ## Enhancement
8
+ - 添加 ` socks5 ` 代理认证 [[ yimiaoxiehou] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/999 )]
9
+ - 添加 ` socks ` 代理用户名密码的配置 [[ hank-cp] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/890 )]
10
+ - 添加可选日志打印 [[ zcong1993] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/1041 )]
11
+ - 更新侧边栏按钮本地化[[ simonwu53] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/911 )]
12
+ - 优化代码块滚动条高度 [[ Fog3211] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/1153 )]
13
+ ## BugFix
14
+ - 修复 ` PWA ` 问题 [[ bingo235] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/807 )]
15
+ - 修复 ` ESM ` 错误 [[ kidonng] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/826 )]
16
+ - 修复反向代理开启时限流失效的问题 [[ gitgitgogogo] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/863 )]
17
+ - 修复 ` docker ` 构建时 ` .env ` 可能被忽略的问题 [[ zaiMoe] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/877 )]
18
+ - 修复导出异常错误 [[ KingTwinkle] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/938 )]
19
+ - 修复空值异常 [[ vchenpeng] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/1103 )]
20
+ - 移动端上的体验问题
21
+
22
+ ## Other
23
+ - ` Docker ` 容器名字名义 [[ LOVECHEN] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/1035 )]
24
+ - ` kubernetes ` 部署配置 [[ CaoYunzhou] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/1001 )]
25
+ - 感谢 [[ assassinliujie] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/962 )] 和 [[ puppywang] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/1017 )] 的某些贡献
26
+ - 更新 ` kubernetes/deploy.yaml ` [[ idawnwon] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/1085 )]
27
+ - 文档更新 [[ #yi-ge] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/883 )]
28
+ - 文档更新 [[ weifeng12x] ( https://github.com/Chanzhaoyu/chatgpt-web/pull/880 )]
29
+ - 依赖更新
30
+
1
31
## v2.10.8
2
32
3
33
` 2023-03-23 `
Original file line number Diff line number Diff line change 43
43
| ` ChatGPTUnofficialProxyAPI(网页 accessToken) ` | 是 | 相对不可靠 | 聪明 |
44
44
45
45
对比:
46
- 1 . ` ChatGPTAPI ` 使用 ` gpt-3.5-turbo-0301 ` 通过官方 ` OpenAI ` 补全 ` API ` 模拟 ` ChatGPT ` (最稳健的方法,但它不是免费的,并且没有使用针对聊天进行微调的模型)
47
- 2 . ` ChatGPTUnofficialProxyAPI ` 使用非官方代理服务器访问 ` ChatGPT ` 的后端` API ` ,绕过` Cloudflare ` (使用真实的的 ` ChatGPT ` ,非常轻量级,但依赖于第三方服务器 ,并且有速率限制)
46
+ 1 . ` ChatGPTAPI ` 使用 ` gpt-3.5-turbo ` 通过 ` OpenAI ` 官方 ` API ` 调用 ` ChatGPT `
47
+ 2 . ` ChatGPTUnofficialProxyAPI ` 使用非官方代理服务器访问 ` ChatGPT ` 的后端` API ` ,绕过` Cloudflare ` (依赖于第三方服务器 ,并且有速率限制)
48
48
49
49
警告:
50
50
1 . 你应该首先使用 ` API ` 方式
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chatgpt-web" ,
3
- "version" : " 2.10.8 " ,
3
+ "version" : " 2.10.9 " ,
4
4
"private" : false ,
5
5
"description" : " ChatGPT Web" ,
6
6
"author" :
" ChenZhaoYu <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments