litellm-mirror/tests/litellm/llms
Krish Dholakia 92883560f0
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 20s
Helm unit test / unit-test (push) Successful in 24s
fix vertex ai multimodal embedding translation (#9471)
* remove data:image/jpeg;base64, prefix from base64 image input

vertex_ai's multimodal embeddings endpoint expects a raw base64 string without `data:image/jpeg;base64,` prefix.

* Add Vertex Multimodal Embedding Test

* fix(test_vertex.py): add e2e tests on multimodal embeddings

* test: unit testing

* test: remove sklearn dep

* test: update test with fixed route

* test: fix test

---------

Co-authored-by: Jonarod <jonrodd@gmail.com>
Co-authored-by: Emerson Gomes <emerson.gomes@thalesgroup.com>
2025-03-24 23:23:28 -07:00
..
anthropic/chat test: add unit testing 2025-03-21 10:35:36 -07:00
azure get_openai_client_cache_key 2025-03-18 18:35:50 -07:00
azure_ai/chat test: refactor testing to handle routing correctly 2025-03-18 12:24:12 -07:00
bedrock fix(common_utils.py): handle cris only model 2025-03-18 23:35:43 -07:00
chat update test 2025-03-10 20:34:52 -07:00
custom_httpx test_prepare_fake_stream_request 2025-03-20 14:50:00 -07:00
openai test_openai_client_reuse 2025-03-18 18:13:36 -07:00
vertex_ai fix vertex ai multimodal embedding translation (#9471) 2025-03-24 23:23:28 -07:00