/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
1 changed files with 1 additions and 1 deletions

View File

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