mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
add /cost/estimate to spend tracking routes
This commit is contained in:
parent
d402d5c618
commit
d2a48a533a
1 changed files with 1 additions and 0 deletions
|
|
@ -522,6 +522,7 @@ class LiteLLMRoutes(enum.Enum):
|
|||
"/spend/tags",
|
||||
"/spend/calculate",
|
||||
"/spend/logs",
|
||||
"/cost/estimate",
|
||||
]
|
||||
|
||||
global_spend_tracking_routes = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue