feat: add azure openai models (#74)
This commit is contained in:
parent
bce2ec5c10
commit
805aeff83c
10 changed files with 291 additions and 11 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue