use vertex global region (#2326)

This commit is contained in:
Shuchang Zheng
2025-05-11 19:28:10 -07:00
committed by GitHub
parent 8f37625f51
commit 3c7ac35d4f
5 changed files with 53 additions and 30 deletions

View File

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