mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix - show activity by model_group
This commit is contained in:
parent
f5e9e43e58
commit
ddfb76a770
1 changed files with 1 additions and 1 deletions
|
@ -6094,7 +6094,7 @@ async def get_global_activity_model(
|
|||
|
||||
sql_query = """
|
||||
SELECT
|
||||
model,
|
||||
model_group AS model,
|
||||
date_trunc('day', "startTime") AS date,
|
||||
COUNT(*) AS api_requests,
|
||||
SUM(total_tokens) AS total_tokens
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue