forked from phoenix/litellm-mirror
ui - show how models were load balanced
This commit is contained in:
parent
59cacf1a3a
commit
b2fdc3fc76
1 changed files with 4 additions and 0 deletions
|
@ -493,6 +493,10 @@ const UsagePage: React.FC<UsagePageProps> = ({
|
|||
</TabPanel>
|
||||
|
||||
<TabPanel>
|
||||
<Title>Filter By Model Group</Title>
|
||||
<p style={{fontSize: '0.85rem', color: '#808080'}}>View how requests were load balanced within a model group</p>
|
||||
<p style={{fontSize: '0.85rem', color: '#808080', fontStyle: 'italic'}}>(Beta feature) only supported for Azure Model Groups</p>
|
||||
|
||||
|
||||
<Select
|
||||
className="mb-4 mt-2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue