unified-llm-client
    Preparing search index...

    Interface TranscriptionUrlPolicy

    interface TranscriptionUrlPolicy {
        allowedContentTypes?: string[];
        allowedHosts?: string[];
        allowedProtocols?: ("http:" | "https:")[];
        blockPrivateNetworks?: boolean;
        enabled: boolean;
        maxBytes?: number;
        maxRedirects?: number;
        resolveHostname?: TranscriptionHostnameResolver;
    }
    Index

    Properties

    allowedContentTypes?: string[]
    allowedHosts?: string[]
    allowedProtocols?: ("http:" | "https:")[]
    blockPrivateNetworks?: boolean
    enabled: boolean
    maxBytes?: number
    maxRedirects?: number