Metadata-Version: 2.4
Name: rusticai-litellm
Version: 1.2.3
Summary: Rustic AI module leveraging LiteLLM for LLMs
License-Expression: Apache-2.0
Author: Dragonscale Industries Inc.
Author-email: dev@dragonscale.ai
Requires-Python: >=3.13,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: test
Requires-Dist: dotenv (>=0.9.9,<0.10.0)
Requires-Dist: fastapi-sso (>=0.21.0,<0.22.0)
Requires-Dist: litellm (>=1.83.7,<2.0.0)
Requires-Dist: openai (>=2.29.0,<3.0.0)
Requires-Dist: rusticai-core (>=1.2.3,<1.3.0)
Project-URL: Homepage, https://www.rustic.ai/
Project-URL: Repository, https://github.com/rustic-ai/rustic-ai
Project-URL: Rustic AI Core, https://pypi.org/project/rusticai-core/
Description-Content-Type: text/markdown

# Rustic AI LiteLLM

This module offers seamless integration with various LLMs through [LiteLLM](https://docs.litellm.ai/docs/), simplifying the use of language models within [Rustic AI](https://www.rustic.ai/) guilds.

## Installing

```shell
pip install rusticai-litellm
```
**Note:** It depends on [rusticai-core](https://pypi.org/project/rusticai-core/)

## Building from Source

```shell
poetry install --with dev
poetry build
```
