mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +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",
|
weak_model_name="gpt-4o-mini",
|
||||||
reminder="sys",
|
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(
|
ModelSettings(
|
||||||
"gpt-3.5-turbo-0125",
|
"gpt-3.5-turbo-0125",
|
||||||
"whole",
|
"whole",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue