mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 16:21:54 +00:00
fix: fix tuple
This commit is contained in:
@@ -1165,7 +1165,7 @@ def _override_vertex_params_from_router_credentials(
|
||||
router_credentials: Optional[Any],
|
||||
vertex_project: Optional[str],
|
||||
vertex_location: Optional[str],
|
||||
) -> tuple[Optional[str], Optional[str]]:
|
||||
) -> Tuple[Optional[str], Optional[str]]:
|
||||
"""
|
||||
Override vertex_project and vertex_location with values from router_credentials if available.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user