I am trying to add the GPT API in my existing ReactNative Project. I have tried to use "chatgpt" library from NPM, but it seems to support Node, and I get stuck when dealing with the node-core dependencies. Also, I have tried Fetch API to send my request with "stream":ture . I can use reponse.text() to parse the result at once but I can't create a Readablestream for the response.body. What I want to do is streaming the response and processing word by word