Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/openai/streaming.ts>_iterSSEMessages

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Latest
function _iterSSEMessages
import { _iterSSEMessages } from "https://deno.land/x/openai@v4.68.2/streaming.ts";

Parameters

response: Response
controller: AbortController

Returns

AsyncGenerator<ServerSentEvent, void, unknown>