import { type CompletionCreateParamsStreaming } from "https://deno.land/x/openai@v4.29.0/resources/mod.ts";
Properties
Whether to stream back partial progress. If set, tokens will be sent as
data-only
server-sent events
as they become available, with the stream terminated by a data: [DONE]
message.
Example Python code.
Deprecated
Use ChatCompletionCreateParamsStreaming instead
import { type CompletionCreateParamsStreaming } from "https://deno.land/x/openai@v4.29.0/resources/mod.ts";
deprecated
definition: ChatCompletionCreateParamsStreaming