mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
fix: Disable streaming for Coder in test_reasoning to ensure consistent output
This commit is contained in:
parent
c893bc21ab
commit
4a6c4b95f1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class TestReasoning(unittest.TestCase):
|
|||
|
||||
# Setup model and coder
|
||||
model = Model("gpt-3.5-turbo")
|
||||
coder = Coder.create(model, None, io=io)
|
||||
coder = Coder.create(model, None, io=io, stream=False)
|
||||
|
||||
# Test data
|
||||
reasoning_content = "My step-by-step reasoning process"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue