Skip to content

Commit 0aa0472

Browse files
committed
upgrade 4.0
1 parent 3546f8c commit 0aa0472

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
> [!IMPORTANT]
2-
> `master主分支`最新动态(2025.8.23): Dockerfile构建效率大幅优化
3-
> `master主分支`最新动态(2025.7.31): 新GUI前端,Coming Soon
2+
> `master主分支`最新动态(2025.8.23): Dockerfile构建效率大幅优化
3+
> `master主分支`最新动态(2025.7.31): 新GUI前端,Coming Soon
44
>
5-
> 2025.2.2: 三分钟快速接入最强qwen2.5-max[视频](https://www.bilibili.com/video/BV1LeFuerEG4)
6-
> 2025.2.1: 支持自定义字体
7-
> 2024.10.10: 突发停电,紧急恢复了提供[whl包](https://drive.google.com/drive/folders/14kR-3V-lIbvGxri4AHc8TpiA1fqsw7SK?usp=sharing)的文件服务器
8-
> 2024.5.1: 加入Doc2x翻译PDF论文的功能,[查看详情](https://github.com/binary-husky/gpt_academic/wiki/Doc2x)
9-
> 2024.3.11: 全力支持Qwen、GLM、DeepseekCoder等中文大语言模型! SoVits语音克隆模块,[查看详情](https://www.bilibili.com/video/BV1Rp421S7tF/)
5+
> 2025.2.2: 三分钟快速接入最强qwen2.5-max[视频](https://www.bilibili.com/video/BV1LeFuerEG4)
6+
> 2025.2.1: 支持自定义字体
7+
> 2024.10.10: 突发停电,紧急恢复了提供[whl包](https://drive.google.com/drive/folders/14kR-3V-lIbvGxri4AHc8TpiA1fqsw7SK?usp=sharing)的文件服务器
8+
> 2024.5.1: 加入Doc2x翻译PDF论文的功能,[查看详情](https://github.com/binary-husky/gpt_academic/wiki/Doc2x)
9+
> 2024.3.11: 全力支持Qwen、GLM、DeepseekCoder等中文大语言模型! SoVits语音克隆模块,[查看详情](https://www.bilibili.com/video/BV1Rp421S7tF/)
1010
> 2024.1.17: 安装依赖时,请选择`requirements.txt`**指定的版本**。 安装命令:`pip install -r requirements.txt`
1111
1212
<br>
@@ -170,6 +170,11 @@ flowchart TD
170170
conda create -n gptac_venv python=3.11 # 创建anaconda环境
171171
conda activate gptac_venv # 激活anaconda环境
172172
python -m pip install -r requirements.txt # 这个步骤和pip安装一样的步骤
173+
174+
# (选择III: 使用uv):
175+
uv venv --python=3.11 # 创建虚拟环境
176+
source ./.venv/bin/activate # 激活虚拟环境
177+
uv pip install --verbose -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ # 安装依赖
173178
```
174179

175180

@@ -357,7 +362,7 @@ Tip:不指定文件直接点击 `载入对话历史存档` 可以查看历史h
357362

358363
### II:版本:
359364
- version 3.80(TODO): 优化AutoGen插件主题并设计一系列衍生插件
360-
- version 3.70: 引入Mermaid绘图,实现GPT画脑图等功能
365+
- version 3.70: 引入Mermaid绘图,实现GPT画脑图等功能
361366
- version 3.60: 引入AutoGen作为新一代插件的基石
362367
- version 3.57: 支持GLM3,星火v3,文心一言v4,修复本地模型的并发BUG
363368
- version 3.56: 支持动态追加基础功能按钮,新汇报PDF汇总页面

version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 3.93,
2+
"version": 4.00,
33
"show_feature": true,
4-
"new_feature": "支持deepseek-reason(r1) <-> 字体和字体大小自定义 <-> 优化前端并修复TTS的BUG <-> 添加时间线回溯功能 <-> 支持chatgpt-4o-latest <-> 增加RAG组件 <-> 升级多合一主提交键"
4+
"new_feature": "优化文件对话使用逻辑 <-> 新增速读论文"
55
}

0 commit comments

Comments
 (0)