Skip to content

Commit 660a672

Browse files
committed
fix: set temperature=false for firmware and venice Opus 4.7
1 parent 147cb31 commit 660a672

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

providers/firmware/models/claude-opus-4-7.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ release_date = "2026-04-16"
44
last_updated = "2026-04-16"
55
attachment = true
66
reasoning = true
7-
temperature = true
7+
temperature = false
88
tool_call = true
99
knowledge = "2026-01-01"
1010
open_weights = false

providers/venice/models/claude-opus-4-7.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ attachment = true
44
reasoning = true
55
tool_call = true
66
structured_output = true
7-
temperature = true
7+
temperature = false
88
release_date = "2026-04-16"
99
last_updated = "2026-04-16"
1010
open_weights = false

0 commit comments

Comments
 (0)