mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-06 04:38:21 +01:00
/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…
x
Reference in New Issue
Block a user