mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
* feat: add LiteLLM_TagTable * fix: use new table for tag management * fix - allow setting budgets for tags * working tag creation * fix schema.prisma * add tag info * ui fixes * ui fix tag info * TAG_CACHE_IN_MEMORY_TTL_SECONDS * add Litellm_EntityType * fix get_aggregated_db_spend_update_transactions * fix: _update_entity_spend_in_db * fix _tag_max_budget_check * add tag budget check * add tag_list_transactions * test_get_tag_objects_batch * test_update_tag_db_without_prisma_client * fix get_tags_from_request_body * get_tags_from_request_body * fix get_tags_from_request_body * fix spend tracking utils * get_tags_from_request_body * test_get_tags_from_request_body_with_metadata_tags * feat: add _update_tag_cache spend tracking * fix _PROXY_track_cost_callback * test_tag_cache_update_multiple_tags * fix tag info * docs fix * docs tag budgets * doc fix * docs fix * fix tag budget * docs tag budgets * docs fix * ruff fix |
||
|---|---|---|
| .. | ||
| test_callback_utils.py | ||
| test_custom_openapi_spec.py | ||
| test_get_routes.py | ||
| test_http_parsing_utils.py | ||
| test_key_rotation_manager.py | ||
| test_load_config_utils.py | ||
| test_openai_endpoint_utils.py | ||
| test_reset_budget_job.py | ||
| test_timezone_utils.py | ||
| test_upsert_budget_membership.py | ||