mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix DefaultInternalUserParams
This commit is contained in:
parent
93e4a36300
commit
8441f2f55c
1 changed files with 1 additions and 1 deletions
|
|
@ -2621,7 +2621,7 @@ class TransformRequestBody(BaseModel):
|
|||
|
||||
class DefaultInternalUserParams(LiteLLMPydanticObjectBase):
|
||||
"""
|
||||
Default parameters to apply when a new user signs in via SSO or is create view /user/new API endpoint
|
||||
Default parameters to apply when a new user signs in via SSO or is created on the /user/new API endpoint
|
||||
"""
|
||||
|
||||
user_role: Optional[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue