Fix chutes status check

11337d40ef4f2ddf123221ddd75f5c5b74b708a1

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

1 files changed, +1 -1Ignore whitespace
public/scripts/openai.js+1 -1
@@ -1946,7 +1946,7 @@ function saveModelList(data) {
19461946 }
19471947
19481948 if (oai_settings.chat_completion_source == chat_completion_sources.CHUTES) {
19491949 model_list = model_list.filter(model => typeof model.id === 'string' && !model.id.toLowerCase().includes('affine'));
19501950
19511951 model_list = chutesSortBy(model_list, oai_settings.chutes_sort_models);
19521952