mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix - /user/new
This commit is contained in:
parent
a4b6a959d8
commit
0a3a37a196
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from litellm.types.router import UpdateRouterConfig
|
|||
from litellm.types.utils import ProviderField
|
||||
|
||||
|
||||
class LitellmUserRoles(enum.Enum):
|
||||
class LitellmUserRoles(str, enum.Enum):
|
||||
"""
|
||||
proxy_admin: admin over the platform
|
||||
proxy_admin_viewer: can login, view their own keys, view their spend
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue