feat(proxy_server.py): support model access groups

This commit is contained in:
Krrish Dholakia 2024-01-17 15:45:31 -08:00
parent 70c4227f5e
commit 98b83fa780
6 changed files with 56 additions and 19 deletions

View file

@ -12,6 +12,7 @@ model LiteLLM_UserTable {
max_budget Float?
spend Float @default(0.0)
user_email String?
models String[]
}
// required for token gen