mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-05 15:08:18 +00:00
a89397a798
* fix(litellm_logging.py): fix using router model id for logging calls Fixes https://github.com/BerriAI/litellm/issues/11975#issuecomment-2995882238 * test(test_litellm_logging.py): add unit test for custom price tracking * fix(vertex_ai/): don't send invalid format parameter to vertex causes calls to fail * fix(vertex_ai_context_caching.py): if cached content present and tools in message, cache tools as well gemini throws errors if tools passed in alongside cached content * test: add unit tests * fix: fix linting errors * test: test_vertex_ai_common_utils.py update test * fix(streaming_handler.py): unset response cost when creating model response