mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
feat: update all the claude 3.5 sonnet ModelSettings
to use the appropriate junior_model_name
and junior_edit_format
=diff
This commit is contained in:
parent
24c15db8d7
commit
856d617610
1 changed files with 6 additions and 0 deletions
|
@ -277,6 +277,8 @@ MODEL_SETTINGS = [
|
||||||
"anthropic/claude-3-5-sonnet-20240620",
|
"anthropic/claude-3-5-sonnet-20240620",
|
||||||
"diff",
|
"diff",
|
||||||
weak_model_name="claude-3-haiku-20240307",
|
weak_model_name="claude-3-haiku-20240307",
|
||||||
|
junior_model_name="anthropic/claude-3-5-sonnet-20240620",
|
||||||
|
junior_edit_format="diff",
|
||||||
use_repo_map=True,
|
use_repo_map=True,
|
||||||
examples_as_sys_msg=True,
|
examples_as_sys_msg=True,
|
||||||
max_tokens=8192,
|
max_tokens=8192,
|
||||||
|
@ -310,6 +312,8 @@ MODEL_SETTINGS = [
|
||||||
"openrouter/anthropic/claude-3.5-sonnet",
|
"openrouter/anthropic/claude-3.5-sonnet",
|
||||||
"diff",
|
"diff",
|
||||||
weak_model_name="openrouter/anthropic/claude-3-haiku-20240307",
|
weak_model_name="openrouter/anthropic/claude-3-haiku-20240307",
|
||||||
|
junior_model_name="openrouter/anthropic/claude-3.5-sonnet",
|
||||||
|
junior_edit_format="diff",
|
||||||
use_repo_map=True,
|
use_repo_map=True,
|
||||||
examples_as_sys_msg=True,
|
examples_as_sys_msg=True,
|
||||||
accepts_images=True,
|
accepts_images=True,
|
||||||
|
@ -323,6 +327,8 @@ MODEL_SETTINGS = [
|
||||||
"vertex_ai/claude-3-5-sonnet@20240620",
|
"vertex_ai/claude-3-5-sonnet@20240620",
|
||||||
"diff",
|
"diff",
|
||||||
weak_model_name="vertex_ai/claude-3-haiku@20240307",
|
weak_model_name="vertex_ai/claude-3-haiku@20240307",
|
||||||
|
junior_model_name="vertex_ai/claude-3-5-sonnet@20240620",
|
||||||
|
junior_edit_format="diff",
|
||||||
use_repo_map=True,
|
use_repo_map=True,
|
||||||
examples_as_sys_msg=True,
|
examples_as_sys_msg=True,
|
||||||
accepts_images=True,
|
accepts_images=True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue