From 8441f2f55ce62ecdc7b083754d5f17e7f7d8fc2c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 17 Mar 2025 18:13:15 -0700 Subject: [PATCH] fix DefaultInternalUserParams --- litellm/proxy/_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index b0f9a77899..d57c44ae62 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -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[