mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 12:14:59 +00:00
fix: Retry tests on parse or timeout, add gpt-4o params
This commit is contained in:
parent
a915c60999
commit
c36c06ab99
2 changed files with 12 additions and 5 deletions
|
@ -771,7 +771,9 @@ MODEL_SETTINGS = [
|
|||
editor_model_name="openrouter/openai/gpt-4o",
|
||||
editor_edit_format="editor-diff",
|
||||
use_repo_map=True,
|
||||
streaming=False,
|
||||
use_temperature=False,
|
||||
extra_params=dict(reasoning_effort="high"),
|
||||
),
|
||||
ModelSettings(
|
||||
"openrouter/qwen/qwen-2.5-coder-32b-instruct",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue