mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
ui - dont include model/metrics in schema
This commit is contained in:
parent
ac692addbc
commit
336de9eeeb
1 changed files with 1 additions and 0 deletions
|
@ -7199,6 +7199,7 @@ async def model_info_v2(
|
|||
"/model/metrics",
|
||||
description="View number of requests & avg latency per model on config.yaml",
|
||||
tags=["model management"],
|
||||
include_in_schema=False,
|
||||
dependencies=[Depends(user_api_key_auth)],
|
||||
)
|
||||
async def model_metrics(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue