mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(ui) spend per user
This commit is contained in:
parent
16d6533cc6
commit
bcd61261c5
1 changed files with 2 additions and 2 deletions
|
@ -272,10 +272,10 @@ def spend_per_user():
|
||||||
top_10_df,
|
top_10_df,
|
||||||
x="user_id",
|
x="user_id",
|
||||||
y="spend",
|
y="spend",
|
||||||
title="Top 10 Spend per Key",
|
title="Top 10 Spend per User",
|
||||||
height=550, # Adjust the height
|
height=550, # Adjust the height
|
||||||
width=1200, # Adjust the width)
|
width=1200, # Adjust the width)
|
||||||
# hover_data=["token", "spend", "user_id", "team_id"],
|
hover_data=["user_id", "spend", "max_budget"],
|
||||||
)
|
)
|
||||||
st.plotly_chart(fig)
|
st.plotly_chart(fig)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue