Merge pull request #3710 from BerriAI/litellm_fix_llm_utils_auth

fix - allow non master key to access llm_utils_routes
This commit is contained in:
Ishaan Jaff 2024-05-17 13:52:22 -07:00 committed by GitHub
commit f1a482f358
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,10 +87,10 @@ class LiteLLMRoutes(enum.Enum):
# models
"/models",
"/v1/models",
# token counter
"utils/token_counter",
]
llm_utils_routes: List = ["utils/token_counter"]
info_routes: List = [
"/key/info",
"/team/info",