Revert "Don't auto-select custom model to the first model in the list" This reverts commit d791b54528318f71d7653c690a032ba47b863b6e.

1557dec2bc0591a0c63c1b45576f911b8c1e9185

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -2Ignore whitespace
public/scripts/openai.js+0 -2
@@ -1623,11 +1623,9 @@ function saveModelList(data) {
16231623 }));
16241624 });
16251625
1626- /*
16271626 if (!oai_settings.custom_model && model_list.length > 0) {
16281627 $('#model_custom_select').val(model_list[0].id).trigger('change');
16291628 }
1630- */
16311629 }
16321630
16331631 if (oai_settings.chat_completion_source == chat_completion_sources.ZEROONEAI) {