forked from phoenix/litellm-mirror
(fix) use "/v2/model/info",
This commit is contained in:
parent
17a6db7ed4
commit
050114bb29
1 changed files with 1 additions and 0 deletions
|
@ -727,6 +727,7 @@ async def user_api_key_auth(
|
||||||
"/spend",
|
"/spend",
|
||||||
"/user",
|
"/user",
|
||||||
"/model/info",
|
"/model/info",
|
||||||
|
"/v2/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