fix(proxy): preserve dynamic valid models in /v1/models filtering

This commit is contained in:
omarsherif0 2026-04-13 21:24:55 +00:00
parent 976b12d05e
commit 2f84870362
No known key found for this signature in database
GPG key ID: 9E7B298437B5995B

View file

@ -1,10 +1,5 @@
from unittest.mock import AsyncMock, patch
import pytest
from litellm.proxy._types import LiteLLM_TeamTable, LiteLLM_UserTable, Member
from litellm.proxy.auth.handle_jwt import JWTAuthManager
def test_get_team_models_for_all_models_and_team_only_models():
from litellm.proxy.auth.model_checks import get_team_models