mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +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>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<Text className="font-medium">RPM VVV(Requests per Minute)</Text>
|
<Text className="font-medium">RPM (Requests per Minute)</Text>
|
||||||
{isEditing ? (
|
{isEditing ? (
|
||||||
<Form.Item name="rpm" className="mb-0">
|
<Form.Item name="rpm" className="mb-0">
|
||||||
<NumericalInput placeholder="Enter RPM" />
|
<NumericalInput placeholder="Enter RPM" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue