diff --git a/public/index.html b/public/index.html index 9c9d36693..f4b1586c7 100644 --- a/public/index.html +++ b/public/index.html @@ -2691,6 +2691,7 @@ + diff --git a/public/scripts/openai.js b/public/scripts/openai.js index a5eb38bab..59256df75 100644 --- a/public/scripts/openai.js +++ b/public/scripts/openai.js @@ -3661,7 +3661,7 @@ async function onModelChange() { else if (['command-light-nightly', 'command-nightly'].includes(oai_settings.cohere_model)) { $('#openai_max_context').attr('max', max_8k); } - else if (['command-r'].includes(oai_settings.cohere_model)) { + else if (['command-r', 'command-r-plus'].includes(oai_settings.cohere_model)) { $('#openai_max_context').attr('max', max_128k); } else {