Skip to content

Commit ddadc30

Browse files
committed
fix(providers): default azure-openai to gpt-5.4 instead of deprecated gpt-4o
1 parent 025f84b commit ddadc30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/providers/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
876876
id: 'azure-openai',
877877
name: 'Azure OpenAI',
878878
description: 'Microsoft Azure OpenAI Service models',
879-
defaultModel: 'azure/gpt-4o',
879+
defaultModel: 'azure/gpt-5.4',
880880
modelPatterns: [/^azure\//],
881881
capabilities: {
882882
toolUsageControl: true,

0 commit comments

Comments
 (0)