diff --git a/aider/models.py b/aider/models.py index 5fc20df95..d513e9ecf 100644 --- a/aider/models.py +++ b/aider/models.py @@ -339,6 +339,19 @@ MODEL_SETTINGS = [ weak_model_name="command-r-plus", use_repo_map=True, ), + # New Cohere models + ModelSettings( + "command-r-08-2024", + "whole", + weak_model_name="command-r-08-2024", + use_repo_map=True, + ), + ModelSettings( + "command-r-plus-08-2024", + "whole", + weak_model_name="command-r-plus-08-2024", + use_repo_map=True, + ), # Groq llama3 ModelSettings( "groq/llama3-70b-8192", diff --git a/aider/website/docs/llms/cohere.md b/aider/website/docs/llms/cohere.md index d72297c36..99eea15b9 100644 --- a/aider/website/docs/llms/cohere.md +++ b/aider/website/docs/llms/cohere.md @@ -18,7 +18,7 @@ python -m pip install aider-chat export COHERE_API_KEY= # Mac/Linux setx COHERE_API_KEY # Windows, restart shell after setx -aider --model command-r-plus +aider --model command-r-plus-08-2024 # List models available from Cohere aider --list-models cohere_chat/