fix - allow non master key to access llm_utils_routes

This commit is contained in:
Ishaan Jaff
2024-05-17 08:25:10 -07:00
parent 12d2dcd48c
commit c1ed863dfa
+2
View File
@@ -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