diff --git a/js/common.js b/js/common.js index b4f12c41..03615260 100644 --- a/js/common.js +++ b/js/common.js @@ -154,7 +154,7 @@ export async function free_models() { let res = await api.fetchApi(`/free`, { method: 'POST', headers: { 'Content-Type': 'application/json' }, - body: '{}' + body: '{"unload_models": true}' }); if(res.status == 200) {