@@ -8,33 +8,62 @@ docker 镜像:
88- dockerhub 托管: ` justma/chatgpt-next-chat:latest `
99- github 托管: ` ghcr.io/qabot-zh/chatgpt-next-chat:latest `
1010
11- ## 二开新增特性
11+ ## 二开新增特性
12+
1213- 模型选择器优化
1314- 快速搜索聊天记录
14- - 可自定义** 侧边栏** ,支持 html 样式
15+ - 可自定义** 侧边栏** ,支持 HTML 样式
1516- 免导入导出的云备份功能(需配合[ 文件服务器项目] ( https://github.com/QAbot-zh/go-file-server ) 使用)
1617- OpenAI 类型支持前端配置,一键拉取可用模型
1718
18- ![ get models ] ( ./docs/images/getModels.png )
19+ < img src = " ./docs/images/getModels.png " width = " 80% " alt = " get models " style = " display : inline-block ; margin-left : 40 px " />
1920
2021- 基于 AI 模型的中英互译
2122
22- ![ before translate] ( ./docs/images/translate-1.png )
23- ![ after translate] ( ./docs/images/translate-2.png )
23+ - 翻译前
24+
25+ <img src =" ./docs/images/translate-1.png " width =" 80% " alt =" before translate " style =" display :inline-block ; margin-right :10px " />
26+
27+ - 翻译后
28+
29+ <img src =" ./docs/images/translate-2.png " width =" 80% " alt =" after translate " style =" display :inline-block ; margin-right :10px " />
30+
31+ - 基于 AI 模型的 OCR
32+
33+ - OCR 前
34+
35+ <img src =" ./docs/images/ocr-1.png " width =" 80% " alt =" before ocr " style =" display :inline-block ; margin-right :10px " />
36+
37+ - OCR 后
38+
39+ <img src =" ./docs/images/ocr-2.png " width =" 80% " alt =" after ocr " style =" display :inline-block " />
2440
25- - 基于 AI 模型的 OCR
41+ - 基于正则匹配的隐私打码( ** 所有基于 AI 模型的功能的信息安全请自行把握,包括上述的翻译和 OCR,打码功能不基于 AI 实现 ** )
2642
27- ![ before ocr] ( ./docs/images/ocr-1.png )
28- ![ after ocr] ( ./docs/images/ocr-2.png )
43+ - 打码前
2944
30- - 基于正则匹配的隐私打码(** 所有基于 AI 模型的功能的信息安全请自行把握,包括上述的翻译和ocr,打码功能不基于 AI 实现** )
45+ <img src =" ./docs/images/privacy-1.png " width =" 80% " alt =" before privacy " style =" display :inline-block ; margin-right :10px " />
46+
47+ - 打码后
48+
49+ <img src =" ./docs/images/privacy-2.png " width =" 80% " alt =" after privacy " style =" display :inline-block ; margin-right :10px " />
3150
32- ![ before privacy] ( ./docs//images/privacy-1.png )
33- ![ after privacy] ( ./docs//images/privacy-2.png )
3451
3552- 支持 details、summary 标签渲染,增强页面整洁度、交互性和趣味性
3653
37- ![ details render] ( ./docs/images/details%20标签渲染.png )
54+ <img src =" ./docs/images/details%20标签渲染.png " width =" 80% " alt =" details render " style =" display :inline-block ; margin-right :10px " />
55+
56+ - 适配 ` <think> ` 标签包裹和以 reasoning_content 参数传递的思考过程,泛化性强
57+
58+ - 思考中
59+
60+ <img src =" ./docs/images/thinking.png " width =" 80% " alt =" thinking " style =" display :inline-block ; margin-right :10px " />
61+
62+ - 思考结束
63+
64+ <img src =" ./docs/images/think.png " width =" 80% " alt =" think " style =" display :inline-block ; margin-right :10px " />
65+
66+
3867
3968## 环境变量
4069
0 commit comments