/model: fix not working on Novel/Horde

This commit is contained in:
Cohee
2024-09-26 23:46:03 +03:00
parent 3a03e1a6b2
commit 38660df93f

View File

@ -3469,7 +3469,7 @@ function getModelOptions(quiet) {
case 'openai': case 'openai':
return oai_settings.chat_completion_source; return oai_settings.chat_completion_source;
default: default:
return nullResult; return null;
} }
} }