Skip to content

Commit 24cb3ac

Browse files
authored
feat(models): added temp controls for gpt-4.1 family of models (#594)
1 parent e4141e9 commit 24cb3ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/sim/providers/models.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
122122
updatedAt: '2025-06-17',
123123
},
124124
capabilities: {
125+
temperature: { min: 0, max: 2 },
125126
toolUsageControl: true,
126127
},
127128
},
@@ -134,6 +135,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
134135
updatedAt: '2025-06-17',
135136
},
136137
capabilities: {
138+
temperature: { min: 0, max: 2 },
137139
toolUsageControl: true,
138140
},
139141
},
@@ -146,6 +148,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
146148
updatedAt: '2025-06-17',
147149
},
148150
capabilities: {
151+
temperature: { min: 0, max: 2 },
149152
toolUsageControl: true,
150153
},
151154
},

0 commit comments

Comments
 (0)