From e35797031d6aa1de9259d03b6afc8b89954df756 Mon Sep 17 00:00:00 2001 From: huangjinyuu Date: Fri, 6 Dec 2024 20:18:52 +0800 Subject: [PATCH] Update requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `0.5.0rc2` 版本的lagent调用搜索引擎API会报错,而且问题已经被[后序PR](https://github.com/InternLM/lagent/pull/281)解决。 所以 requirements.txt 指定安装了`0.5.0rc2` 版本的lagent会导致报错,我们要安装这个PR之后的lagent。 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fac815c..2d9401d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ einops fastapi gradio==5.7.1 janus -lagent==0.5.0rc2 +lagent @ git+https://github.com/InternLM/lagent.git matplotlib pydantic==2.6.4 python-dotenv