mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
no authorization
This commit is contained in:
@ -1124,6 +1124,7 @@ async function getStatusTextgen() {
|
||||
online_status = textgen_settings.aphrodite_model;
|
||||
} else if (textgen_settings.type === FEATHERLESS) {
|
||||
loadFeatherlessModels(data?.data);
|
||||
online_status = textgen_settings.featherless_model;
|
||||
} else {
|
||||
online_status = data?.result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user