mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(router.py): fix types
This commit is contained in:
parent
db7897dcc0
commit
6180c52cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class GenericLiteLLMParams(BaseModel):
|
|||
## VERTEX AI ##
|
||||
vertex_project: Optional[str] = None
|
||||
vertex_location: Optional[str] = None
|
||||
vertex_credentials: Optional[Union[str, dict]] = None
|
||||
vertex_credentials: Optional[str] = None
|
||||
## AWS BEDROCK / SAGEMAKER ##
|
||||
aws_access_key_id: Optional[str] = None
|
||||
aws_secret_access_key: Optional[str] = None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue