Merge pull request #1492 from jalammar/cohere-model-refresh

Add New Cohere Models
This commit is contained in:
paul-gauthier 2024-09-11 08:39:42 -07:00 committed by GitHub
commit b43ed20085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

View file

@ -339,6 +339,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",

View file

@ -18,7 +18,7 @@ python -m pip install aider-chat
export COHERE_API_KEY=<key> # Mac/Linux
setx COHERE_API_KEY <key> # Windows, restart shell after setx
aider --model command-r-plus
aider --model command-r-plus-08-2024
# List models available from Cohere
aider --list-models cohere_chat/