mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
feat: add support for new Cohere models command-r-08-2024 and command-r-plus-08-2024
This commit is contained in:
parent
304566a914
commit
5344052aeb
1 changed files with 13 additions and 0 deletions
|
@ -91,6 +91,19 @@ MODEL_SETTINGS = [
|
|||
weak_model_name="gpt-4o-mini",
|
||||
reminder="sys",
|
||||
),
|
||||
# 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,
|
||||
),
|
||||
ModelSettings(
|
||||
"gpt-3.5-turbo-0125",
|
||||
"whole",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue