File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
> [ !IMPORTANT]
2
- > ` master主分支 ` 最新动态(2025.1.28 ): 增加字体自定义功能
2
+ > ` master主分支 ` 最新动态(2025.2.4 ): 增加deepseek-r1支持; 增加字体自定义功能
3
3
> ` frontier开发分支 ` 最新动态(2024.12.9): 更新对话时间线功能,优化xelatex论文翻译
4
4
> ` wiki文档 ` 最新动态(2024.12.5): 更新ollama接入指南
5
5
>
Original file line number Diff line number Diff line change 13
13
# [step 1-2]>> ( 接入通义 qwen-max ) 接入通义千问在线大模型,api-key获取地址 https://dashscope.console.aliyun.com/
14
14
DASHSCOPE_API_KEY = "" # 阿里灵积云API_KEY
15
15
16
- # [step 1-3]>> ( 接入通义 deepseek-reasoner ) 深度求索(DeepSeek) API KEY,默认请求地址为"https://api.deepseek.com/v1/chat/completions"
16
+ # [step 1-3]>> ( 接入 deepseek-reasoner, 即 deepseek-r1 ) 深度求索(DeepSeek) API KEY,默认请求地址为"https://api.deepseek.com/v1/chat/completions"
17
17
DEEPSEEK_API_KEY = ""
18
18
19
- # [step 2]>> 改为True应用代理,如果直接在海外服务器部署, 此处不修改;如果使用本地或无地域限制的大模型时,此处也不需要修改
19
+ # [step 2]>> 改为True应用代理。如果使用本地或无地域限制的大模型时, 此处不修改;如果直接在海外服务器部署,此处不修改
20
20
USE_PROXY = False
21
21
if USE_PROXY :
22
22
"""
Original file line number Diff line number Diff line change 1
1
{
2
- "version": 3.92 ,
2
+ "version": 3.93 ,
3
3
"show_feature": true,
4
- "new_feature": "字体和字体大小自定义 <-> 优化前端并修复TTS的BUG <-> 添加时间线回溯功能 <-> 支持chatgpt-4o-latest <-> 增加RAG组件 <-> 升级多合一主提交键"
4
+ "new_feature": "支持deepseek-reason(r1) <-> 字体和字体大小自定义 <-> 优化前端并修复TTS的BUG <-> 添加时间线回溯功能 <-> 支持chatgpt-4o-latest <-> 增加RAG组件 <-> 升级多合一主提交键"
5
5
}
You can’t perform that action at this time.
0 commit comments