diff options
| author | mineo <[email protected]> | 2025-05-16 03:25:21 +0900 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-15 13:35:06 -0500 |
| commit | 87237b6462b9dfd379b22e69712e8dc516afad9d (patch) | |
| tree | ffce4fab0e86ad05684738834c52de2f7f1f7a76 /cmd | |
| parent | 5f5f9dad877300bab3fe5442ea141551ba89421b (diff) | |
| download | opencode-87237b6462b9dfd379b22e69712e8dc516afad9d.tar.gz opencode-87237b6462b9dfd379b22e69712e8dc516afad9d.zip | |
feat: support VertexAI provider (#153)
* support: vertexai
fix
fix
set default for vertexai
added comment
fix
fix
* create schema
* fix README.md
* fix order
* added pupularity
* set tools if tools is exists
restore commentout
* fix comment
* set summarizer model
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/schema/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/schema/main.go b/cmd/schema/main.go index be2626292..261c703df 100644 --- a/cmd/schema/main.go +++ b/cmd/schema/main.go @@ -227,6 +227,7 @@ func generateSchema() map[string]any { string(models.ProviderOpenRouter), string(models.ProviderBedrock), string(models.ProviderAzure), + string(models.ProviderVertexAI), } providerSchema["additionalProperties"].(map[string]any)["properties"].(map[string]any)["provider"] = map[string]any{ |
