UNPKG

chat-about-video

Version:

Chat about a video clip using ChatGPT hosted in OpenAI or Azure, or Gemini provided by Google

4 lines 215 B
import { FileBatchUploader } from './types'; export * from './types'; export declare function lazyCreatedFileBatchUploader(creator: Promise<FileBatchUploader>): FileBatchUploader; //# sourceMappingURL=index.d.ts.map