mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-09 08:26:13 +02:00
js : remove un-needed request header from fetchRemote (#2119)
This commit is contained in:
@ -34,9 +34,6 @@ async function fetchRemote(url, cbProgress, cbPrint) {
|
|||||||
url,
|
url,
|
||||||
{
|
{
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
headers: {
|
|
||||||
'Content-Type': 'application/octet-stream',
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user