[DOCS][Swarm models]

pull/584/head
Your Name 4 months ago
parent bd187f98ac
commit 4a9eb771f7

@ -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. 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.

@ -77,11 +77,6 @@ swarms-cloud = "*"
aiofiles = "*" aiofiles = "*"
swarm-models = "*" swarm-models = "*"
# [tool.poetry.scripts]
# swarms = "swarms.cli:main"
[tool.poetry.group.lint.dependencies] [tool.poetry.group.lint.dependencies]
black = ">=23.1,<25.0" black = ">=23.1,<25.0"
ruff = ">=0.5.1,<0.6.4" ruff = ">=0.5.1,<0.6.4"

Loading…
Cancel
Save