From 0558eacd0834cb8849ed170c7924bc9cc869b814 Mon Sep 17 00:00:00 2001 From: Cole McIntosh Date: Thu, 24 Jul 2025 16:31:26 -0600 Subject: [PATCH] Add LiteLLM to acknowledgements section Include LiteLLM as an acknowledged open-source package in the README, highlighting its role as a unified interface for 100+ LLMs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a352e330..febfec798 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ make format-check # run style checker We'd like to acknowledge the excellent work of the open-source community, especially: - [Pydantic](https://docs.pydantic.dev/latest/) (data validation) and [PydanticAI](https://ai.pydantic.dev/) (advanced agent framework) +- [LiteLLM](https://github.com/BerriAI/litellm) (unified interface for 100+ LLMs) - [MkDocs](https://github.com/squidfunk/mkdocs-material) - [Griffe](https://github.com/mkdocstrings/griffe) - [uv](https://github.com/astral-sh/uv) and [ruff](https://github.com/astral-sh/ruff)