mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix(model_info_view.tsx): cleanup text
This commit is contained in:
parent
25d4cf1c1d
commit
93e147940a
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