mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
feat: Add use_temperature: false to gpt-5 models
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
f626e44a0d
commit
7360bb5064
@@ -1875,6 +1875,7 @@
|
||||
system_prompt_prefix: "Formatting re-enabled. "
|
||||
accepts_settings: ["reasoning_effort"]
|
||||
examples_as_sys_msg: true
|
||||
use_temperature: false
|
||||
|
||||
- name: gpt-5-2025-08-07
|
||||
edit_format: diff
|
||||
@@ -1985,6 +1986,7 @@
|
||||
system_prompt_prefix: "Formatting re-enabled. "
|
||||
accepts_settings: ["reasoning_effort"]
|
||||
examples_as_sys_msg: true
|
||||
use_temperature: false
|
||||
|
||||
- name: azure/gpt-5-2025-08-07
|
||||
edit_format: diff
|
||||
@@ -2080,6 +2082,7 @@
|
||||
system_prompt_prefix: "Formatting re-enabled. "
|
||||
accepts_settings: ["reasoning_effort"]
|
||||
examples_as_sys_msg: true
|
||||
use_temperature: false
|
||||
|
||||
- name: openai/gpt-5-2025-08-07
|
||||
edit_format: diff
|
||||
|
||||
Reference in New Issue
Block a user