Skip to content

Commit

Permalink
add text about model group / time range
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed May 4, 2024
1 parent 1d9a96b commit 2cfb37a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/litellm-dashboard/src/components/model_dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1113,8 1113,9 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
<TabPanel>
{/* <p style={{fontSize: '0.85rem', color: '#808080'}}>View how requests were load balanced within a model group</p> */}

<Grid numItems={2}>
<Grid numItems={2} className="mt-2">
<Col>
<Text>Select Time Range</Text>
<DateRangePicker
enableSelect={true}
value={dateValue}
Expand All @@ -1125,6 1126,7 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
/>
</Col>
<Col>
<Text>Select Model Group</Text>
<Select
className="mb-4 mt-2"
defaultValue={selectedModelGroup? selectedModelGroup : availableModelGroups[0]}
Expand Down

0 comments on commit 2cfb37a

Please sign in to comment.