mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix typo on UI
This commit is contained in:
parent
2394cd465e
commit
2a55ceae38
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ export default function ModelInfoView({
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<Text className="font-medium">RPM VVV(Requests per Minute)</Text>
|
||||
<Text className="font-medium">RPM (Requests per Minute)</Text>
|
||||
{isEditing ? (
|
||||
<Form.Item name="rpm" className="mb-0">
|
||||
<NumericalInput placeholder="Enter RPM" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue