mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Add Google Private API Endpoint to Vertex AI fields
This commit is contained in:
parent
61b0dbd726
commit
8b8f93d508
1 changed files with 10 additions and 0 deletions
|
|
@ -2607,6 +2607,16 @@
|
|||
"options": null,
|
||||
"default_value": null
|
||||
},
|
||||
{
|
||||
"key": "api_base",
|
||||
"label": "Google Private API Endpoint",
|
||||
"placeholder": null,
|
||||
"tooltip": null,
|
||||
"required": false,
|
||||
"field_type": "text",
|
||||
"options": null,
|
||||
"default_value": null
|
||||
},
|
||||
{
|
||||
"key": "vertex_credentials",
|
||||
"label": "Vertex Credentials",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue