mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-29 00:24:39 +01:00
fix
This commit is contained in:
@@ -366,7 +366,7 @@ export const unloadModel = async (token: string, tagName: string) => {
|
||||
Authorization: `Bearer ${token}`
|
||||
},
|
||||
body: JSON.stringify({
|
||||
name: tagName
|
||||
model: tagName
|
||||
})
|
||||
}).catch((err) => {
|
||||
error = err;
|
||||
|
||||
Reference in New Issue
Block a user