Skip to content

Commit 5b83635

Browse files
authored
Merge branch 'binary-husky:master' into master
2 parents c4300f4 + 65a4cf5 commit 5b83635

File tree

4 files changed

+625
-2
lines changed

4 files changed

+625
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
> [!IMPORTANT]
2+
> `master主分支`最新动态(2025.7.31): 新GUI前端,Coming Soon
23
> `master主分支`最新动态(2025.3.2): 修复大量代码typo / 联网组件支持Jina的api / 增加deepseek-r1支持
34
> `frontier开发分支`最新动态(2024.12.9): 更新对话时间线功能,优化xelatex论文翻译
45
> `wiki文档`最新动态(2024.12.5): 更新ollama接入指南

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def encode_plugin_info(k, plugin)->str:
3434

3535
def main():
3636
import gradio as gr
37-
if gr.__version__ not in ['3.32.14', '3.32.13']:
37+
if gr.__version__ not in ['3.32.15']:
3838
raise ModuleNotFoundError("使用项目内置Gradio获取最优体验! 请运行 `pip install -r requirements.txt` 指令安装内置Gradio及其他依赖, 详情信息见requirements.txt.")
3939

4040
# 一些基础工具

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
https://public.agent-matrix.com/publish/gradio-3.32.14-py3-none-any.whl
1+
https://public.agent-matrix.com/publish/gradio-3.32.15-py3-none-any.whl
22
fastapi==0.110
33
gradio-client==0.8
44
pypdf2==2.12.1

0 commit comments

Comments
 (0)