/model: fix not working on Novel/Horde
This commit is contained in:
parent
3a03e1a6b2
commit
38660df93f
|
@ -3469,7 +3469,7 @@ function getModelOptions(quiet) {
|
|||
case 'openai':
|
||||
return oai_settings.chat_completion_source;
|
||||
default:
|
||||
return nullResult;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue