mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
refactor: group Cohere models together in the model settings list
This commit is contained in:
parent
5344052aeb
commit
68bd2b75c6
1 changed files with 14 additions and 13 deletions
|
@ -91,25 +91,13 @@ 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",
|
||||||
weak_model_name="gpt-4o-mini",
|
weak_model_name="gpt-4o-mini",
|
||||||
reminder="sys",
|
reminder="sys",
|
||||||
),
|
),
|
||||||
|
),
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"gpt-3.5-turbo-1106",
|
"gpt-3.5-turbo-1106",
|
||||||
"whole",
|
"whole",
|
||||||
|
@ -352,6 +340,19 @@ MODEL_SETTINGS = [
|
||||||
weak_model_name="command-r-plus",
|
weak_model_name="command-r-plus",
|
||||||
use_repo_map=True,
|
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
|
# Groq llama3
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"groq/llama3-70b-8192",
|
"groq/llama3-70b-8192",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue