mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
fix: Update test_thinking_tokens_option to check correct thinking tokens location
This commit is contained in:
parent
50d8a19397
commit
14761ebec2
1 changed files with 1 additions and 1 deletions
|
@ -1012,5 +1012,5 @@ class TestMain(TestCase):
|
|||
return_coder=True,
|
||||
)
|
||||
self.assertEqual(
|
||||
coder.main_model.extra_params.get("extra_body", {}).get("thinking_tokens"), "1000"
|
||||
coder.main_model.extra_params.get("thinking", {}).get("budget_tokens"), 1000
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue