mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
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:
commit
f1a482f358
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue