mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
* feat: initial commit adding daily tag spend table to db * feat(db_spend_update_writer.py): correctly log tag spend transactions * build(schema.prisma): add new tag table to root * build: add new migration file * feat(common_daily_activity.py): add `/tag/daily/activity` API endpoint allows viewing daily spend by tag * feat(tag_management_endpoints.py): support comma separated list of tags + tag breakdown metric allows querying multiple tags + knowing what tags are driving spend * feat(entity_usage.tsx): initial commit adding tag based usage to litellm dashboard brings back tag based usage tracking to UI at 1m+ spend logs * feat(entity_usage.tsx): add top api key view to ui * feat(entity_usage.tsx): add tag table to ui * feat(entity_usage.tsx): allow filtering by tag * refactor(entity_usage.tsx): reorder components * build(ui/): fix linting error * fix: fix ruff checks * fix(schema.prisma): drop uniqueness requirement on tag allows dailytagspend to have multiple rows with the same tag * build(schema.prisma): drop uniqueness requirement on tag in dailytagspend allows tag agg. view to work on multiple rows with same tag * build(schema.prisma): drop tag uniqueness requirement |
||
---|---|---|
.. | ||
anthropic_interface | ||
assistants | ||
batch_completion | ||
batches | ||
caching | ||
experimental_mcp_client | ||
files | ||
fine_tuning | ||
integrations | ||
litellm_core_utils | ||
llms | ||
proxy | ||
realtime_api | ||
rerank_api | ||
responses | ||
router_strategy | ||
router_utils | ||
secret_managers | ||
types | ||
__init__.py | ||
_logging.py | ||
_redis.py | ||
_service_logger.py | ||
_version.py | ||
budget_manager.py | ||
constants.py | ||
cost.json | ||
cost_calculator.py | ||
exceptions.py | ||
main.py | ||
model_prices_and_context_window_backup.json | ||
py.typed | ||
router.py | ||
scheduler.py | ||
timeout.py | ||
utils.py |