Don't auto-select custom model to the first model in the list
| @@ -1623,9 +1623,11 @@ function saveModelList(data) { | ||
| 1623 | 1623 | })); |
| 1624 | 1624 | }); |
| 1625 | 1625 | |
| 1626 | + /* | |
| 1626 | 1627 | if (!oai_settings.custom_model && model_list.length > 0) { |
| 1627 | 1628 | $('#model_custom_select').val(model_list[0].id).trigger('change'); |
| 1628 | 1629 | } |
| 1630 | + */ | |
| 1629 | 1631 | } |
| 1630 | 1632 | |
| 1631 | 1633 | if (oai_settings.chat_completion_source == chat_completion_sources.ZEROONEAI) { |