mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 22:22:39 +00:00
* fix:fix: prompt_cache_key OAI + Azure OpenAI * test_prompt_cache_key_supported * test_azure_openai_with_prompt_cache_key * fix: remove unnecessary async from test_azure_openai_with_prompt_cache_key Addresses Greptile feedback: litellm.completion() is synchronous, so async def is unnecessary and would silently pass without running. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: remove unused filter_and_transform_beta_headers imports Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * test_azure_openai_with_prompt_cache_key --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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/test_litellm
This folder can only run mock tests.