forked from phoenix/litellm-mirror
feat(proxy_server.py): support model access groups
This commit is contained in:
parent
70c4227f5e
commit
98b83fa780
6 changed files with 56 additions and 19 deletions
|
@ -12,6 +12,7 @@ model LiteLLM_UserTable {
|
|||
max_budget Float?
|
||||
spend Float @default(0.0)
|
||||
user_email String?
|
||||
models String[]
|
||||
}
|
||||
|
||||
// required for token gen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue