From 1b530f9200078e5653b6de04c2bd9f820bf38380 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 22 Oct 2024 10:10:09 -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 | 20 +++++++++++++++++++ aider/website/docs/config/aider_conf.md | 2 +- aider/website/docs/config/dotenv.md | 2 +- aider/website/docs/config/options.md | 2 +- aider/website/docs/leaderboards/index.md | 2 +- aider/website/docs/llms/other.md | 2 +- 8 files changed, 27 insertions(+), 7 deletions(-) diff --git a/aider/website/assets/sample.aider.conf.yml b/aider/website/assets/sample.aider.conf.yml index e0b8db80402..780548582d4 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 claude-3-5-sonnet-20240620 model for the main chat +## Use anthropic/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 2fce0d88a29..798122e2a0c 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 claude-3-5-sonnet-20240620 model for the main chat +## Use anthropic/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 65192fa0de0..33bbe22f88b 100644 --- a/aider/website/docs/config/adv-model-settings.md +++ b/aider/website/docs/config/adv-model-settings.md @@ -495,6 +495,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: anthropic/claude-3-5-sonnet-20240620 + examples_as_sys_msg: true + extra_params: + extra_headers: + anthropic-beta: prompt-caching-2024-07-31 + max_tokens: 8192 + lazy: false + name: anthropic/claude-3-5-sonnet-20241122 + 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 diff --git a/aider/website/docs/config/aider_conf.md b/aider/website/docs/config/aider_conf.md index 0092ac2f318..1ecb8f420fa 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 claude-3-5-sonnet-20240620 model for the main chat +## Use anthropic/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 892ae76c81a..2faef390c65 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 claude-3-5-sonnet-20240620 model for the main chat +## Use anthropic/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 1b9ebfe591c..bb8a87fc098 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 claude-3-5-sonnet-20240620 model for the main chat +Use anthropic/claude-3-5-sonnet-20241022 model for the main chat Environment variable: `AIDER_SONNET` ### `--4` diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index b331ee7f1dd..83f8d3efb24 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -321,6 +321,6 @@ mod_dates = [get_last_modified_date(file) for file in files] latest_mod_date = max(mod_dates) cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}") ]]]--> -October 16, 2024. +October 22, 2024.

diff --git a/aider/website/docs/llms/other.md b/aider/website/docs/llms/other.md index 7fb99911152..06279814ee3 100644 --- a/aider/website/docs/llms/other.md +++ b/aider/website/docs/llms/other.md @@ -84,13 +84,13 @@ cog.out(''.join(lines)) - NVIDIA_NIM_API_KEY - OLLAMA_API_KEY - OPENAI_API_KEY +- OPENAI_LIKE_API_KEY - OPENROUTER_API_KEY - OR_API_KEY - PALM_API_KEY - PERPLEXITYAI_API_KEY - PREDIBASE_API_KEY - PROVIDER_API_KEY -- QDRANT_API_KEY - REPLICATE_API_KEY - TOGETHERAI_API_KEY - VOLCENGINE_API_KEY