You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fetchText() works fine. But fetch does not.
Is there an easy way of enriching the default NodeJS fetch with one that supports the proxy?
I would like const fetch = await createFetch() to be called when GenAIScript starts to make sure all future calls to fetch use the proxy version? @pelikhan
fetchText()
works fine. Butfetch
does not.Is there an easy way of enriching the default NodeJS
fetch
with one that supports the proxy?I would like
const fetch = await createFetch()
to be called when GenAIScript starts to make sure all future calls tofetch
use the proxy version?@pelikhan
Originally posted by @sahuguet in #882 (comment)
The text was updated successfully, but these errors were encountered: