Update repository links in the package metadata. (#9454)

This commit is contained in:
Predrag Gruevski 2023-08-18 12:55:43 -04:00 committed by GitHub
parent ade683c589
commit eee0d1d0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
readme = "README.md"
repository = "https://www.github.com/hwchase17/langchain"
repository = "https://github.com/langchain-ai/langchain"
[tool.poetry.dependencies]

View File

@ -5,7 +5,7 @@ description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
readme = "README.md"
repository = "https://www.github.com/hwchase17/langchain"
repository = "https://github.com/langchain-ai/langchain"
[tool.poetry.scripts]
langchain-server = "langchain.server:main"