Squashed commit of the following:
commit 6678e15381389e976a7554fcdf5913035cf66ece
Author: Ishaan Jaff <ishaanjaffer0324@gmail.com>
Date: Wed Feb 26 09:29:15 2025 -0800
test_prompt_caching
commit bd86e0ac47d1f7980d11e8522b9dbf1535c9f42f
Author: Ishaan Jaff <ishaanjaffer0324@gmail.com>
Date: Wed Feb 26 08:57:16 2025 -0800
test_prompt_caching
commit 2fc21ad51ede374cc8d46296e4b808981c54f712
Author: Ishaan Jaff <ishaanjaffer0324@gmail.com>
Date: Wed Feb 26 08:13:45 2025 -0800
test_aprompt_caching
commit d94cff55ff686f1ae82f452f33c6a041d785dcb3
Author: Ishaan Jaff <ishaanjaffer0324@gmail.com>
Date: Wed Feb 26 08:13:12 2025 -0800
test_prompt_caching
commit 49c5e7811e55d06ca875ca163786fe0123e7ddf6
Author: Ishaan Jaff <ishaanjaffer0324@gmail.com>
Date: Wed Feb 26 07:43:53 2025 -0800
ui new build
commit cb8d5e59174e2000b7cfd5574c1843d273e5e238
Author: Ishaan Jaff <ishaanjaffer0324@gmail.com>
Date: Wed Feb 26 07:38:56 2025 -0800
(UI) - Create Key flow for existing users (#8844)
* working create user button
* working create user for a key flow
* allow searching users
* working create user + key
* use clear sections on create key
* better search for users
* fix create key
* ui fix create key button - make it neater / cleaner
* ui fix all keys table
commit 335ba304674d5e15090adbb68d70efe5680ceaff
Author: Krrish Dholakia <krrishdholakia@gmail.com>
Date: Wed Feb 26 08:53:17 2025 -0800
fix: fix file name
commit b8c5b31a4e51a1a33665e9ad248e469a5e49780c
Author: Krrish Dholakia <krrishdholakia@gmail.com>
Date: Tue Feb 25 22:54:46 2025 -0800
fix: fix utils
commit ac6e503461b038d85ef1cfa29ae15e29d6b189c1
Author: Krrish Dholakia <krrishdholakia@gmail.com>
Date: Mon Feb 24 10:43:31 2025 -0800
fix(main.py): fix openai message for assistant msg if role is missing - openai allows this
Fixes https://github.com/BerriAI/litellm/issues/8661
commit de3989dbc5ad3141b76a57f3cc2dc4b7630cf76f
Author: Krrish Dholakia <krrishdholakia@gmail.com>
Date: Mon Feb 24 21:19:25 2025 -0800
fix(get_litellm_params.py): handle no-log being passed in via kwargs
Fixes https://github.com/BerriAI/litellm/issues/8380
|
||
|---|---|---|
| .. | ||
| basic_proxy_startup_tests | ||
| batches_tests | ||
| code_coverage_tests | ||
| documentation_tests | ||
| image_gen_tests | ||
| litellm | ||
| litellm_utils_tests | ||
| llm_translation | ||
| load_tests | ||
| local_testing | ||
| logging_callback_tests | ||
| multi_instance_e2e_tests | ||
| old_proxy_tests/tests | ||
| openai_misc_endpoints_tests | ||
| otel_tests | ||
| pass_through_tests | ||
| pass_through_unit_tests | ||
| proxy_admin_ui_tests | ||
| proxy_security_tests | ||
| proxy_unit_tests | ||
| router_unit_tests | ||
| store_model_in_db_tests | ||
| gettysburg.wav | ||
| large_text.py | ||
| openai_batch_completions.jsonl | ||
| README.MD | ||
| test_callbacks_on_proxy.py | ||
| test_config.py | ||
| test_debug_warning.py | ||
| test_end_users.py | ||
| test_entrypoint.py | ||
| test_fallbacks.py | ||
| test_health.py | ||
| test_keys.py | ||
| test_logging.conf | ||
| test_models.py | ||
| test_openai_endpoints.py | ||
| test_organizations.py | ||
| test_passthrough_endpoints.py | ||
| test_ratelimit.py | ||
| test_spend_logs.py | ||
| test_team_logging.py | ||
| test_team_members.py | ||
| test_team.py | ||
| test_users.py | ||
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.