Quick Fix to Enable Using gpt-4-0314

This commit is contained in:
bf62963
2023-05-01 03:53:27 +00:00
parent 12d5240bba
commit 7a1c543ec5
3 changed files with 4 additions and 3 deletions

View File

@ -1035,7 +1035,7 @@ $(document).ready(function () {
const value = $(this).val();
oai_settings.openai_model = value;
if (value == 'gpt-4') {
if (value == 'gpt-4' || value == 'gpt-4-0314') {
$('#openai_max_context').attr('max', gpt4_max);
}
else if (value == 'gpt-4-32k') {