mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix: fix tuple
This commit is contained in:
parent
346e036399
commit
d3e482fd08
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue