forked from phoenix/litellm-mirror
[Feat UI sso] store 'provider' in user metadata (#5856)
* store sso provider in user metadata * store user metadata * store user auth_provider in user metadata * add "metadata" for LiteLLM_UserTable * fix sso test
This commit is contained in:
parent
922c8ac758
commit
391b107909
5 changed files with 16 additions and 0 deletions
|
@ -109,6 +109,7 @@ model LiteLLM_UserTable {
|
|||
spend Float @default(0.0)
|
||||
user_email String?
|
||||
models String[]
|
||||
metadata Json @default("{}")
|
||||
max_parallel_requests Int?
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue