Fix openai flex usage (#4141)

Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
This commit is contained in:
Suchintan
2025-11-28 21:15:38 -08:00
committed by GitHub
parent 0ad149d905
commit d6aed0d0be
2 changed files with 4 additions and 2 deletions

View File

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