diff --git a/docs/swarms/models/index.md b/docs/swarms/models/index.md index 3ca5385e..cbb321de 100644 --- a/docs/swarms/models/index.md +++ b/docs/swarms/models/index.md @@ -1,4 +1,12 @@ -## LLMs in Swarms Documentation +# Swarm Models + + + +## Install + +```bash +$ pip3 install -U swarm-models +``` Welcome to the documentation for the llm section of the swarms package, designed to facilitate seamless integration with various AI language models and APIs. This package empowers developers, end-users, and system administrators to interact with AI models from different providers, such as OpenAI, Hugging Face, Google PaLM, and Anthropic. diff --git a/pyproject.toml b/pyproject.toml index 4a793d17..af2877b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,11 +77,6 @@ swarms-cloud = "*" aiofiles = "*" swarm-models = "*" - - -# [tool.poetry.scripts] -# swarms = "swarms.cli:main" - [tool.poetry.group.lint.dependencies] black = ">=23.1,<25.0" ruff = ">=0.5.1,<0.6.4"