UNPKG

chat-about-video

Version:

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

4 lines 278 B
import { S3Client } from '@aws-sdk/client-s3'; import { FileBatchUploader } from '../storage/types'; export declare function createAwsS3FileBatchUploader(s3Client: S3Client, expirationSeconds: number, parallelism?: number): FileBatchUploader; //# sourceMappingURL=index.d.ts.map