fix: brave and duckduckgo retrievers

This commit is contained in:
Siddhant Rai
2025-03-20 08:27:00 +05:30
parent 53abf1a79e
commit 0732d9b6c8
3 changed files with 25 additions and 36 deletions

View File

@@ -471,6 +471,7 @@ function Upload({
}, 3000);
};
xhr.open('POST', `${apiHost}/api/remote`);
xhr.setRequestHeader('Authorization', `Bearer ${token}`);
xhr.send(formData);
};
const { getRootProps, getInputProps, isDragActive } = useDropzone({