hello everyone, I am working on streaming text data from an OpenAI endpoint to my client while maint

hello everyone, I am working on streaming text data from an OpenAI endpoint to my client while maintaining the stream's continuous nature. However, I keep encountering an error that suggests the ReadableStream is expected to handle byte-like data. Is there a way to configure TransformStream to work with text or string data instead?
Was this page helpful?