mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| input.jsonl | ||
| input_azure.jsonl | ||
| openai_batch_completions.jsonl | ||
| openai_fine_tuning.jsonl | ||
| out.jsonl | ||
| out_azure.jsonl | ||
| test_e2e_openai_responses_api.py | ||
| test_openai_batches_endpoint.py | ||
| test_openai_files_endpoints.py | ||
| test_openai_fine_tuning.py | ||