Don't auto-select custom model to the first model in the list

This commit is contained in:
Cohee
2025-01-07 20:39:35 +02:00
parent 49fb2f4d79
commit d791b54528

View File

@ -1623,9 +1623,11 @@ 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) {