import { AbstractChatCompletionRunner } from "https://deno.land/x/openai@v4.21.0/lib/AbstractChatCompletionRunner.ts";
Removes the specified listener from the listener array for the event. off() will remove, at most, one instance of a listener from the listener array. If any single listener has been added multiple times to the listener array for the specified event, then off() must be called multiple times to remove each instance.