mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-18 20:27:53 +00:00
js : remove un-needed request header from fetchRemote (#2119)
This commit is contained in:
parent
1da5edcde0
commit
17fa62d3d3
@ -34,9 +34,6 @@ async function fetchRemote(url, cbProgress, cbPrint) {
|
|||||||
url,
|
url,
|
||||||
{
|
{
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
headers: {
|
|
||||||
'Content-Type': 'application/octet-stream',
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user