diff --git a/pyproject.toml b/pyproject.toml index 373b4509..2714e212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "MyLLM" version = "2.0.3" -description = "A python package to interact with llm model supported by g4f" +description = "A python package to interact with llm model supported by g4f and langchain." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" readme = "README.md"