refactor: group Cohere models together in the model settings list

This commit is contained in:
Jay Alammar (aider) 2024-09-06 17:06:51 -04:00
parent 5344052aeb
commit 68bd2b75c6

View file

@ -91,25 +91,13 @@ 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",
weak_model_name="gpt-4o-mini",
reminder="sys",
),
),
ModelSettings(
"gpt-3.5-turbo-1106",
"whole",
@ -352,6 +340,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",