Simple WritableStream => console.write, works both text chunks and UInt8Array.
npm install writable-consoleSimple WritableStream => console.write, works both text chunks and UInt8Array.
``ts
import { gpt } from "chatgpt-template";
import { WritableConsole } from "writable-console";
await gptWrite me The Sonnet: A Poem in 14 Lines by William Shakespeare..body!.pipeTo(
new WritableConsole()
);
``