Dhruv Singh
Dhruv Singh
I will try and see if I can implement an option for dropdown and new tab.
Thanks for the quick response. That fixed the issue and it resurfaced another issue. ReferenceError: ReadableStream is not defined I couldn't find this in the tests file you shared. Is...
I'm currently using `openai-streams/node` itself. Is there a workaround to somehow get the ReadableStream into the code via another package (similar to the fetch solution)? Thanks for the idea on...
**Machine info** Node version: v16.16.0 OS: Amazon Linux **Code** ``` const { OpenAI } = require("openai-streams/node"); const fetch = require('cross-fetch'); // inside a function const stream = await OpenAI( "completions",...
Even after switching from `cross-fetch` to `node-fetch` the error persists
Upgraded my node version to 17. There's some issue with moving to version 21 on my machine right now.
``` $ node Welcome to Node.js v17.0.0. Type ".help" for more information. > console.log(ReadableStream) Uncaught ReferenceError: ReadableStream is not defined > ``` Looks like I don't have it on v17.0.0....
The OS on my machine doesn't allow upgrading to a higher version of node at the moment. Is there a way to resolve this issue without upgrading my OS?
One more note, if someone specifically asks for requests package instrument, I'm not considering the disable behavior.