Skip to main content
Module

x/openai/streaming.ts>_iterSSEMessages

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

Parameters

response: Response
controller: AbortController

Returns

AsyncGenerator<ServerSentEvent, void, unknown>