mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(fix) use "/v2/model/info",
This commit is contained in:
parent
8aa134951a
commit
10c0da389e
1 changed files with 1 additions and 0 deletions
|
@ -727,6 +727,7 @@ async def user_api_key_auth(
|
|||
"/spend",
|
||||
"/user",
|
||||
"/model/info",
|
||||
"/v2/model/info",
|
||||
]
|
||||
# check if the current route startswith any of the allowed routes
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue