forked from open-webui/open-webui
fix: ollama gguf upload
This commit is contained in:
parent
af4caec4f5
commit
bc80f1438c
3 changed files with 26 additions and 12 deletions
|
@ -402,6 +402,8 @@ export const downloadModel = async (
|
|||
{
|
||||
method: 'POST',
|
||||
headers: {
|
||||
Accept: 'application/json',
|
||||
'Content-Type': 'application/json',
|
||||
Authorization: `Bearer ${token}`
|
||||
},
|
||||
body: JSON.stringify({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue