Skip to content

Commit 44042e1

Browse files
Add LiteLLM to acknowledgements section (#1240)
## Summary - Added LiteLLM to the acknowledgements section in README.md - Recognized LiteLLM as a unified interface for 100+ LLMs, which aligns with the SDK's provider-agnostic approach ## Test plan - [x] Verify README renders correctly - [x] Ensure link to LiteLLM repository is functional
1 parent 88818fd commit 44042e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ make format-check # run style checker
299299
We'd like to acknowledge the excellent work of the open-source community, especially:
300300

301301
- [Pydantic](https://docs.pydantic.dev/latest/) (data validation) and [PydanticAI](https://ai.pydantic.dev/) (advanced agent framework)
302+
- [LiteLLM](https://github.com/BerriAI/litellm) (unified interface for 100+ LLMs)
302303
- [MkDocs](https://github.com/squidfunk/mkdocs-material)
303304
- [Griffe](https://github.com/mkdocstrings/griffe)
304305
- [uv](https://github.com/astral-sh/uv) and [ruff](https://github.com/astral-sh/ruff)

0 commit comments

Comments
 (0)