mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix for user spend
This commit is contained in:
parent
ecaf8fb869
commit
ca0a08d593
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ const EditUserModal: React.FC<EditUserModalProps> = ({ visible, possibleUIRoles,
|
||||||
tooltip="(float) - Spend of all LLM calls completed by this user"
|
tooltip="(float) - Spend of all LLM calls completed by this user"
|
||||||
help="Across all keys (including keys with team_id)."
|
help="Across all keys (including keys with team_id)."
|
||||||
>
|
>
|
||||||
<InputNumber min={0} step={1} />
|
<InputNumber min={0} step={0.01} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|
||||||
<Form.Item
|
<Form.Item
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue