Skip to content

Commit 936e2f5

Browse files
committed
update readme
1 parent 7f4b87a commit 936e2f5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
> [!IMPORTANT]
2-
> `master主分支`最新动态(2025.2.4): 增加deepseek-r1支持;增加字体自定义功能
3-
> `master主分支`最新动态(2025.2.2): 三分钟快速接入最强qwen2.5-max[视频](https://www.bilibili.com/video/BV1LeFuerEG4)
2+
> `master主分支`最新动态(2025.2.4): 增加deepseek-r1支持
43
> `frontier开发分支`最新动态(2024.12.9): 更新对话时间线功能,优化xelatex论文翻译
54
> `wiki文档`最新动态(2024.12.5): 更新ollama接入指南
65
>
6+
> 2025.2.2: 三分钟快速接入最强qwen2.5-max[视频](https://www.bilibili.com/video/BV1LeFuerEG4)
7+
> 2025.2.1: 支持自定义字体
78
> 2024.10.10: 突发停电,紧急恢复了提供[whl包](https://drive.google.com/drive/folders/14kR-3V-lIbvGxri4AHc8TpiA1fqsw7SK?usp=sharing)的文件服务器
8-
> 2024.10.8: 版本3.90加入对llama-index的初步支持,版本3.80加入插件二级菜单功能(详见wiki)
99
> 2024.5.1: 加入Doc2x翻译PDF论文的功能,[查看详情](https://github.com/binary-husky/gpt_academic/wiki/Doc2x)
1010
> 2024.3.11: 全力支持Qwen、GLM、DeepseekCoder等中文大语言模型! SoVits语音克隆模块,[查看详情](https://www.bilibili.com/video/BV1Rp421S7tF/)
1111
> 2024.1.17: 安装依赖时,请选择`requirements.txt`**指定的版本**。 安装命令:`pip install -r requirements.txt`。本项目完全开源免费,您可通过订阅[在线服务](https://github.com/binary-husky/gpt_academic/wiki/online)的方式鼓励本项目的发展。
@@ -129,20 +129,20 @@ Latex论文一键校对 | [插件] 仿Grammarly对Latex文章进行语法、拼
129129

130130
```mermaid
131131
flowchart TD
132-
A{"安装方法"} --> W1("I. 🔑直接运行 (Windows, Linux or MacOS)")
133-
W1 --> W11["1. Python pip包管理依赖"]
134-
W1 --> W12["2. Anaconda包管理依赖(推荐⭐)"]
132+
A{"安装方法"} --> W1("I 🔑直接运行 (Windows, Linux or MacOS)")
133+
W1 --> W11["1 Python pip包管理依赖"]
134+
W1 --> W12["2 Anaconda包管理依赖(推荐⭐)"]
135135
136-
A --> W2["II. 🐳使用Docker (Windows, Linux or MacOS)"]
136+
A --> W2["II 🐳使用Docker (Windows, Linux or MacOS)"]
137137
138-
W2 --> k1["1. 部署项目全部能力的大镜像(推荐⭐)"]
139-
W2 --> k2["2. 仅在线模型(GPT, GLM4等)镜像"]
140-
W2 --> k3["3. 在线模型 + Latex的大镜像"]
138+
W2 --> k1["1 部署项目全部能力的大镜像(推荐⭐)"]
139+
W2 --> k2["2 仅在线模型(GPT, GLM4等)镜像"]
140+
W2 --> k3["3 在线模型 + Latex的大镜像"]
141141
142-
A --> W4["IV. 🚀其他部署方法"]
143-
W4 --> C1["1. Windows/MacOS 一键安装运行脚本(推荐⭐)"]
144-
W4 --> C2["2. Huggingface, Sealos远程部署"]
145-
W4 --> C4["3. ... 其他 ..."]
142+
A --> W4["IV 🚀其他部署方法"]
143+
W4 --> C1["1 Windows/MacOS 一键安装运行脚本(推荐⭐)"]
144+
W4 --> C2["2 Huggingface, Sealos远程部署"]
145+
W4 --> C4["3 其他 ..."]
146146
```
147147

148148
### 安装方法I:直接运行 (Windows, Linux or MacOS)

0 commit comments

Comments
 (0)