File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ui/litellm-dashboard/src/components/common_components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ export const RateLimitTypeFormItem: React.FC<RateLimitTypeFormItemProps> = ({
71
71
< div style = { { padding : '4px 0' } } >
72
72
< div style = { { fontWeight : 500 } } > Default</ div >
73
73
< div style = { { fontSize : '11px' , color : '#6b7280' , marginTop : '2px' } } >
74
- Best effort throughput - no error if we' re overallocating { limitTypeLower } (Team/Key Limits checked at runtime).
74
+ Best effort throughput - no error if we' re overallocating { limitTypeLower } (Team/Key Limits checked at runtime).
75
75
</ div >
76
76
</ div >
77
77
</ Option >
78
78
< Option value = "guaranteed_throughput" label = "Guaranteed throughput" >
79
79
< div style = { { padding : '4px 0' } } >
80
80
< div style = { { fontWeight : 500 } } > Guaranteed throughput</ div >
81
81
< div style = { { fontSize : '11px' , color : '#6b7280' , marginTop : '2px' } } >
82
- Guaranteed throughput - raise an error if we' re overallocating { limitTypeLower } (also checks model-specific limits)
82
+ Guaranteed throughput - raise an error if we' re overallocating { limitTypeLower } (also checks model-specific limits)
83
83
</ div >
84
84
</ div >
85
85
</ Option >
You can’t perform that action at this time.
0 commit comments