mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 20:25:01 +00:00
fix: Use extra_body for reasoning_effort, fix test counts
This commit is contained in:
parent
bc89be6187
commit
821f7d6694
2 changed files with 26 additions and 14 deletions
|
@ -773,7 +773,7 @@ MODEL_SETTINGS = [
|
|||
use_repo_map=True,
|
||||
streaming=False,
|
||||
use_temperature=False,
|
||||
extra_params=dict(reasoning_effort="high"),
|
||||
extra_params=dict(extra_body=dict(reasoning_effort="high")),
|
||||
),
|
||||
ModelSettings(
|
||||
"openrouter/qwen/qwen-2.5-coder-32b-instruct",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue