forked from phoenix/litellm-mirror
fix vertex credentials
This commit is contained in:
parent
9dffe23108
commit
4917aaefab
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ class GenericLiteLLMParams(BaseModel):
|
|||
## VERTEX AI ##
|
||||
vertex_project: Optional[str] = None,
|
||||
vertex_location: Optional[str] = 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
Add a link
Reference in a new issue