mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
(fix) allow ui to show /model/info
This commit is contained in:
parent
bc95d3f44b
commit
033c8d010c
1 changed files with 1 additions and 0 deletions
|
@ -691,6 +691,7 @@ async def user_api_key_auth(
|
||||||
"/key",
|
"/key",
|
||||||
"/spend",
|
"/spend",
|
||||||
"/user",
|
"/user",
|
||||||
|
"/model/info",
|
||||||
]
|
]
|
||||||
# check if the current route startswith any of the allowed routes
|
# check if the current route startswith any of the allowed routes
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue