Skip to content

Commit 0925e2d

Browse files
fix(agent): drop temperature param for claude-opus-4-7 (#4459)
1 parent 8f78635 commit 0925e2d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/sim/providers/models.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,6 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
576576
updatedAt: '2026-04-16',
577577
},
578578
capabilities: {
579-
temperature: { min: 0, max: 1 },
580579
nativeStructuredOutputs: true,
581580
maxOutputTokens: 128000,
582581
thinking: {

0 commit comments

Comments
 (0)