feat: add support for new Cohere models command-r-08-2024 and command-r-plus-08-2024

This commit is contained in:
Jay Alammar (aider) 2024-09-06 17:06:11 -04:00
parent 304566a914
commit 5344052aeb

View file

@ -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",