mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
fix
This commit is contained in:
parent
f92890b741
commit
2eab43c35e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue