mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Init textgen model selects before loading settings
This commit is contained in:
@ -618,7 +618,7 @@ export function getCurrentDreamGenModelTokenizer() {
|
||||
}
|
||||
}
|
||||
|
||||
jQuery(function () {
|
||||
export function initTextGenModels() {
|
||||
$('#mancer_model').on('change', onMancerModelSelect);
|
||||
$('#model_togetherai_select').on('change', onTogetherModelSelect);
|
||||
$('#model_infermaticai_select').on('change', onInfermaticAIModelSelect);
|
||||
@ -718,4 +718,4 @@ jQuery(function () {
|
||||
$(this).trigger('change');
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user