Skip to content

Commit 80aa7ac

Browse files
committed
Fix #2400: Add claude-opus-4-7 to NO_SUPPORT_TEMPERATURE_MODELS
1 parent 751af24 commit 80aa7ac

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

pr_agent/algo/__init__.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,18 @@
292292
"gpt-5.1-codex-mini",
293293
"gpt-5.2-codex",
294294
"gpt-5.3-codex",
295-
"gpt-5-mini"
295+
"gpt-5-mini",
296+
297+
# Anthropic Claude Opus 4-7 - temperature is deprecated by Anthropic
298+
"claude-opus-4-7",
299+
"claude-3-7-opus",
300+
"claude-opus-4.7",
301+
"vertex_ai/claude-opus-4-7",
302+
"anthropic/claude-opus-4-7",
303+
"bedrock/anthropic.claude-opus-4-7",
304+
"bedrock/anthropic.claude-opus-4-7-v1:0",
305+
"bedrock/us.anthropic.claude-opus-4-7",
306+
"bedrock/global.anthropic.claude-opus-4-7",
296307
]
297308

298309
SUPPORT_REASONING_EFFORT_MODELS = [

0 commit comments

Comments
 (0)