feat: add azure openai models (#74)

This commit is contained in:
YJG 2025-04-28 10:42:57 -03:00 committed by GitHub
commit 805aeff83c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 291 additions and 11 deletions

View file

@ -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{