[Enhancement] New Cohere models are not validated in config.json #3865
Labels
area:configuration
Relates to configuration options
kind:enhancement
Indicates a new feature request, imrovement, or extension
"needs-triage"
Validations
Problem
Cohere has released several updated versions of old models (i.e. Command-R, Command-Light, and Command-R Plus) plus their embedding and reranker models; they have also release their new
command-r7b
. I note that all of these are available for free via their API, and they integrate well without significant setup.Continue's
config.json
doesn't validate anything exceptcommand-r
andcommand-r-plus
, so even the new updated version (command-r-plus-08-2024
) wouldn't validate.I note that you can still put these values, it just throws a warning error. If using
AUTODETECT
, onlycommand-r
andcommand-r-plus
will be detected.Solution
config_schema.json
to add in the additional models.models.ts
for the GUI to have the right infocohere.ts
with the added informationThis may also be a good spot to add in additional embedding and rerank models
The text was updated successfully, but these errors were encountered: