From e4bebea28d132706e1834b38e1a22103f24b317d Mon Sep 17 00:00:00 2001 From: binary-husky Date: Mon, 9 Dec 2024 23:40:23 +0800 Subject: [PATCH 1/2] update requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a3d9f86..f739685d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -https://public.agent-matrix.com/publish/gradio-3.32.10-py3-none-any.whl +https://public.agent-matrix.com/publish/gradio-3.32.11-py3-none-any.whl fastapi==0.110 gradio-client==0.8 pypdf2==2.12.1 From 98e5cb7b7750b89025103d0c5865f29d6457b83a Mon Sep 17 00:00:00 2001 From: binary-husky Date: Mon, 9 Dec 2024 23:57:10 +0800 Subject: [PATCH 2/2] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2b8ffaa5..7d98b5f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ > [!IMPORTANT] +> `frontier开发分支`最新动态(2024.12.9): 更新对话时间线功能,优化xelatex论文翻译 +> `wiki文档`最新动态(2024.12.5): 更新ollama接入指南 +> > 2024.10.10: 突发停电,紧急恢复了提供[whl包](https://drive.google.com/file/d/19U_hsLoMrjOlQSzYS3pzWX9fTzyusArP/view?usp=sharing)的文件服务器 > 2024.10.8: 版本3.90加入对llama-index的初步支持,版本3.80加入插件二级菜单功能(详见wiki) > 2024.5.1: 加入Doc2x翻译PDF论文的功能,[查看详情](https://github.com/binary-husky/gpt_academic/wiki/Doc2x)