ai21[patch]: configuration fix (#21790)

added "repository" and "Source Code" parameters (these parameters are
missed only in this partner package configuration).
This commit is contained in:
Leonid Ganeline 2024-05-20 15:49:38 -07:00 committed by GitHub
parent f54cbf8ff5
commit e98a4fd19a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,10 @@ version = "0.1.5"
description = "An integration package connecting AI21 and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/ai21"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"