mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Revert "Don't auto-select custom model to the first model in the list"
This reverts commit d791b54528
.
This commit is contained in:
@ -1623,11 +1623,9 @@ function saveModelList(data) {
|
||||
}));
|
||||
});
|
||||
|
||||
/*
|
||||
if (!oai_settings.custom_model && model_list.length > 0) {
|
||||
$('#model_custom_select').val(model_list[0].id).trigger('change');
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
if (oai_settings.chat_completion_source == chat_completion_sources.ZEROONEAI) {
|
||||
|
Reference in New Issue
Block a user