SANDRAMSC's picture
Updated README.md with Hugging Face configuration
51ddcbf
raw
history blame
144 Bytes
module.exports = noop;
module.exports.HttpsAgent = noop;
// Noop function for browser since native api's don't use agents.
function noop () {}