mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
refactor: Change default temperature to None and remove debug dump
This commit is contained in:
parent
495a27c0a7
commit
7b557c0586
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ class Coder:
|
|||
max_reflections = 3
|
||||
edit_format = None
|
||||
yield_stream = False
|
||||
temperature = 0
|
||||
temperature = None
|
||||
auto_lint = True
|
||||
auto_test = False
|
||||
test_cmd = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue