mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 18:21:44 +00:00
fix - allow non master key to access llm_utils_routes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user