mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-20 04:18:42 +00:00
* Add --version flag to litellm-proxy CLI ```shell $ litellm-proxy --version litellm-proxy version: 1.68.1 ``` * Return both client and server version * Update docs * Add a test for the version command * Add litellm/proxy/client/health.py
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/litellm
This folder can only run mock tests.