From 475cd033d9480dba04a5abbf5edda08f80565790 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Tue, 8 Apr 2025 11:53:58 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=20langchain=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 requirements.txt 中添加 langchain>=0.3 版本的依赖 - 保持其他依赖版本不变 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ec7739..987865f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ openai>=1.0.0 python-dotenv>=1.0.0 pydantic>=2.0.0 -gradio>=3.0.0 \ No newline at end of file +gradio>=3.0.0 +langchain>=0.3 \ No newline at end of file