This commit is contained in:
Timothy Jaeryang Baek 2025-07-06 14:38:28 +04:00
parent f92890b741
commit 2eab43c35e

View file

@ -366,7 +366,7 @@ export const unloadModel = async (token: string, tagName: string) => {
Authorization: `Bearer ${token}` Authorization: `Bearer ${token}`
}, },
body: JSON.stringify({ body: JSON.stringify({
name: tagName model: tagName
}) })
}).catch((err) => { }).catch((err) => {
error = err; error = err;