refactor: Change default temperature to None and remove debug dump

This commit is contained in:
Paul Gauthier 2025-02-04 14:00:25 -08:00 committed by Paul Gauthier (aider)
parent 495a27c0a7
commit 7b557c0586
2 changed files with 2 additions and 2 deletions

View file

@ -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