mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
backend allow filtering by model_group
This commit is contained in:
parent
bd18a8909e
commit
acf08e6d00
1 changed files with 1 additions and 0 deletions
|
@ -7343,6 +7343,7 @@ async def model_metrics(
|
||||||
_litellm_params = model["litellm_params"]
|
_litellm_params = model["litellm_params"]
|
||||||
_api_base = _litellm_params.get("api_base", "")
|
_api_base = _litellm_params.get("api_base", "")
|
||||||
_relevant_api_bases.append(_api_base)
|
_relevant_api_bases.append(_api_base)
|
||||||
|
_relevant_api_bases.append(_api_base + "/openai/")
|
||||||
|
|
||||||
sql_query = """
|
sql_query = """
|
||||||
SELECT
|
SELECT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue