mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Remove unused langchain openai server dependency
This commit is contained in:
parent
e767b6eba3
commit
9b10b3e7a1
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ dependencies = [
|
||||||
"uvicorn == 0.30.6",
|
"uvicorn == 0.30.6",
|
||||||
"aiohttp ~= 3.9.0",
|
"aiohttp ~= 3.9.0",
|
||||||
"langchain == 0.2.5",
|
"langchain == 0.2.5",
|
||||||
"langchain-openai == 0.1.7",
|
|
||||||
"langchain-community == 0.2.5",
|
"langchain-community == 0.2.5",
|
||||||
"requests >= 2.26.0",
|
"requests >= 2.26.0",
|
||||||
"tenacity == 8.3.0",
|
"tenacity == 8.3.0",
|
||||||
|
|
Loading…
Reference in a new issue