mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-24 15:38:19 +00:00
22d28f5853
* fix(batches_endpoints/endpoints.py): support passing target model names for batch list as a query param Fixes issue where cloud run fails calls because GET can't contain request body * test(test_openai_batches_endpoints.py): add unit test * docs(managed_batches.md): update docs * feat(spend_tracking_utils.py): support STORE_PROMPTS_IN_SPEND_LOGS env var ensures prompt is stored in spend logs * fix(streaming_iterator.py): fix anthropic - completion streaming iterator to yield content block stop ensures claude code renders messages * test: skip local test