forked from phoenix/litellm-mirror
backend allow filtering by model_group
This commit is contained in:
parent
ac6809e9df
commit
9017d9bb81
1 changed files with 1 additions and 0 deletions
|
@ -7343,6 +7343,7 @@ async def model_metrics(
|
|||
_litellm_params = model["litellm_params"]
|
||||
_api_base = _litellm_params.get("api_base", "")
|
||||
_relevant_api_bases.append(_api_base)
|
||||
_relevant_api_bases.append(_api_base + "/openai/")
|
||||
|
||||
sql_query = """
|
||||
SELECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue