multiple: implement ls_params (#22621)

implement ls_params for ai21, fireworks, groq.
This commit is contained in:
ccurme
2024-06-06 12:51:37 -04:00
committed by GitHub
parent f26ab93df8
commit b57aa89f34
10 changed files with 70 additions and 61 deletions

View File

@@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.52,<0.3"
langchain-core = ">=0.2.0,<0.3"
fireworks-ai = ">=0.13.0"
openai = "^1.10.0"
requests = "^2"