import { OpenAI } from "https://deno.land/x/openai@1.4.1/mod.ts";
Creates a completion stream for the chat message
Parameters
options: ChatCompletionOptions
callback: (chunk: ChatCompletionStream) => void
import { OpenAI } from "https://deno.land/x/openai@1.4.1/mod.ts";
Creates a completion stream for the chat message