Skip to content

Commit 66c12a9

Browse files
committed
Install llm instead of langchain
1 parent 5853566 commit 66c12a9

File tree

2 files changed

+121
-753
lines changed

2 files changed

+121
-753
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ dependencies = [
99
"django>=5.1.7",
1010
"gunicorn>=23.0.0",
1111
"httpx>=0.28.1",
12-
"langchain>=0.3.23",
13-
"langchain-community>=0.3.21",
14-
"langchain-openai>=0.3.14",
12+
"llm>=0.24.2",
1513
"lxml>=5.3.2",
1614
"markdown>=3.7",
1715
"psycopg[binary]>=3.2.5",

0 commit comments

Comments
 (0)