mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix - allow non master key to access llm_utils_routes
This commit is contained in:
parent
12d2dcd48c
commit
c1ed863dfa
1 changed files with 2 additions and 0 deletions
|
|
@ -1120,6 +1120,8 @@ async def user_api_key_auth(
|
|||
pass
|
||||
elif request["route"].name in LiteLLMRoutes.openai_route_names.value:
|
||||
pass
|
||||
elif route in LiteLLMRoutes.llm_utils_routes.value:
|
||||
pass
|
||||
elif (
|
||||
route in LiteLLMRoutes.info_routes.value
|
||||
): # check if user allowed to call an info route
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue