diff options
| author | YJG <[email protected]> | 2025-04-28 10:42:57 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-28 15:42:57 +0200 |
| commit | 805aeff83cad4c17e25acdd671d2731be104b3e0 (patch) | |
| tree | e2bdcbda42858a9b159301d3253929b37ed39f84 /cmd | |
| parent | bce2ec5c10c1895a80fae48d315b132341b7dc96 (diff) | |
| download | opencode-805aeff83cad4c17e25acdd671d2731be104b3e0.tar.gz opencode-805aeff83cad4c17e25acdd671d2731be104b3e0.zip | |
feat: add azure openai models (#74)
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 7ab10aceb..af9533cf3 100644 --- a/cmd/schema/main.go +++ b/cmd/schema/main.go @@ -174,6 +174,7 @@ func generateSchema() map[string]any { string(models.ProviderGemini), string(models.ProviderGROQ), string(models.ProviderBedrock), + string(models.ProviderAzure), } providerSchema["additionalProperties"].(map[string]any)["properties"].(map[string]any)["provider"] = map[string]any{ |
