From 63c393e26906868e53bc1c05c041f3184dfa92fd Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 22 Oct 2024 14:23:37 -0700 Subject: [PATCH] copy --- aider/website/assets/sample.aider.conf.yml | 2 +- aider/website/assets/sample.env | 2 +- .../website/docs/config/adv-model-settings.md | 38 +++++++++++++++++++ aider/website/docs/config/aider_conf.md | 2 +- aider/website/docs/config/dotenv.md | 2 +- aider/website/docs/config/options.md | 2 +- 6 files changed, 43 insertions(+), 5 deletions(-) diff --git a/aider/website/assets/sample.aider.conf.yml b/aider/website/assets/sample.aider.conf.yml index 780548582..21c41e924 100644 --- a/aider/website/assets/sample.aider.conf.yml +++ b/aider/website/assets/sample.aider.conf.yml @@ -29,7 +29,7 @@ ## Use claude-3-opus-20240229 model for the main chat #opus: false -## Use anthropic/claude-3-5-sonnet-20241022 model for the main chat +## Use claude-3-5-sonnet-20241022 model for the main chat #sonnet: false ## Use gpt-4-0613 model for the main chat diff --git a/aider/website/assets/sample.env b/aider/website/assets/sample.env index 798122e2a..99e6dc078 100644 --- a/aider/website/assets/sample.env +++ b/aider/website/assets/sample.env @@ -33,7 +33,7 @@ ## Use claude-3-opus-20240229 model for the main chat #AIDER_OPUS= -## Use anthropic/claude-3-5-sonnet-20241022 model for the main chat +## Use claude-3-5-sonnet-20241022 model for the main chat #AIDER_SONNET= ## Use gpt-4-0613 model for the main chat diff --git a/aider/website/docs/config/adv-model-settings.md b/aider/website/docs/config/adv-model-settings.md index 8115a9cfe..76c8e1b80 100644 --- a/aider/website/docs/config/adv-model-settings.md +++ b/aider/website/docs/config/adv-model-settings.md @@ -515,6 +515,26 @@ cog.out("```\n") use_system_prompt: true use_temperature: true weak_model_name: claude-3-haiku-20240307 +- accepts_images: false + cache_control: true + caches_by_default: false + edit_format: diff + editor_edit_format: editor-diff + editor_model_name: claude-3-5-sonnet-20241022 + examples_as_sys_msg: true + extra_params: + extra_headers: + anthropic-beta: prompt-caching-2024-07-31 + max_tokens: 8192 + lazy: false + name: claude-3-5-sonnet-20241022 + reminder: user + send_undo_reply: false + streaming: true + use_repo_map: true + use_system_prompt: true + use_temperature: true + weak_model_name: claude-3-haiku-20240307 - accepts_images: false cache_control: true caches_by_default: false @@ -607,6 +627,24 @@ cog.out("```\n") use_system_prompt: true use_temperature: true weak_model_name: vertex_ai/claude-3-haiku@20240307 +- accepts_images: true + cache_control: false + caches_by_default: false + edit_format: diff + editor_edit_format: editor-diff + editor_model_name: vertex_ai/claude-3-5-sonnet-v2@20241022 + examples_as_sys_msg: true + extra_params: + max_tokens: 8192 + lazy: false + name: vertex_ai/claude-3-5-sonnet-v2@20241022 + reminder: user + send_undo_reply: false + streaming: true + use_repo_map: true + use_system_prompt: true + use_temperature: true + weak_model_name: vertex_ai/claude-3-haiku@20240307 - accepts_images: false cache_control: false caches_by_default: false diff --git a/aider/website/docs/config/aider_conf.md b/aider/website/docs/config/aider_conf.md index 1ecb8f420..039a2db8c 100644 --- a/aider/website/docs/config/aider_conf.md +++ b/aider/website/docs/config/aider_conf.md @@ -85,7 +85,7 @@ cog.outl("```") ## Use claude-3-opus-20240229 model for the main chat #opus: false -## Use anthropic/claude-3-5-sonnet-20241022 model for the main chat +## Use claude-3-5-sonnet-20241022 model for the main chat #sonnet: false ## Use gpt-4-0613 model for the main chat diff --git a/aider/website/docs/config/dotenv.md b/aider/website/docs/config/dotenv.md index 2faef390c..3486b23de 100644 --- a/aider/website/docs/config/dotenv.md +++ b/aider/website/docs/config/dotenv.md @@ -75,7 +75,7 @@ cog.outl("```") ## Use claude-3-opus-20240229 model for the main chat #AIDER_OPUS= -## Use anthropic/claude-3-5-sonnet-20241022 model for the main chat +## Use claude-3-5-sonnet-20241022 model for the main chat #AIDER_SONNET= ## Use gpt-4-0613 model for the main chat diff --git a/aider/website/docs/config/options.md b/aider/website/docs/config/options.md index bb8a87fc0..bbe4c9028 100644 --- a/aider/website/docs/config/options.md +++ b/aider/website/docs/config/options.md @@ -101,7 +101,7 @@ Use claude-3-opus-20240229 model for the main chat Environment variable: `AIDER_OPUS` ### `--sonnet` -Use anthropic/claude-3-5-sonnet-20241022 model for the main chat +Use claude-3-5-sonnet-20241022 model for the main chat Environment variable: `AIDER_SONNET` ### `--4`