mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 05:05:28 +00:00
a92bf8173e
* (#13284) add avector_store_create to route_type which doesn't require model * (#13284) exclude hidden params in metadata when create vector store * (#13284) fix lint error * (#13284) keep metadata None if metadata is None(not empty dict) * (#13284) add test code * (#13284) change test code name * (#13284) add avector_store_search to route_type which doesn't require model
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/litellm
This folder can only run mock tests.