mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix (#7769)
This commit is contained in:
parent
8c016d0184
commit
293bb4c522
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
|
||||||
className="mt-8"
|
className="mt-8"
|
||||||
label="RPM Limit (requests per minute)"
|
label="RPM Limit (requests per minute)"
|
||||||
name="rpm_limit"
|
name="rpm_limit"
|
||||||
help={`rpm_limit cannot exceed team max tpm_limit: ${keyTeam?.rpm_limit !== null && keyTeam?.rpm_limit !== undefined ? keyTeam?.rpm_limit : 'unlimited'}`}
|
help={`rpm_limit cannot exceed team max rpm_limit: ${keyTeam?.rpm_limit !== null && keyTeam?.rpm_limit !== undefined ? keyTeam?.rpm_limit : 'unlimited'}`}
|
||||||
rules={[
|
rules={[
|
||||||
{
|
{
|
||||||
validator: async (_, value) => {
|
validator: async (_, value) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue