mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(Admin UI) - Test Key Tab - Allow using UI Session
instead of manually creating a virtual key (#7348)
* ui fix - allow searching model list + fix bug on filtering * qa fix - use correct provider name for azure_text * ui wrap content onto next line * ui fix - allow selecting current UI session when logging in * ui session budgets
This commit is contained in:
parent
b52783445e
commit
ce41cd977c
5 changed files with 41 additions and 8 deletions
|
@ -449,7 +449,7 @@ async def auth_callback(request: Request): # noqa: PLR0915
|
|||
# But if it is, we want their models preferences
|
||||
default_ui_key_values = {
|
||||
"duration": "24hr",
|
||||
"key_max_budget": 0.01,
|
||||
"key_max_budget": litellm.max_ui_session_budget,
|
||||
"aliases": {},
|
||||
"config": {},
|
||||
"spend": 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue