add magnifex openai flex config (#4106)

This commit is contained in:
pedrohsdb
2025-11-26 11:21:38 -08:00
committed by GitHub
parent 155308ae69
commit 9785822e24

View File

@@ -18,6 +18,7 @@ class LiteLLMParams(TypedDict, total=False):
vertex_credentials: str | None
vertex_location: str | None
thinking: dict[str, Any] | None
service_tier: str | None
@dataclass(frozen=True)