@conciergus/chat - v0.3.1
    Preparing search index...

    Interface GatewayConfig

    Gateway Configuration Options

    interface GatewayConfig {
        defaultModel?: string;
        fallbackChain?: string;
        costOptimization?: boolean;
        telemetryEnabled?: boolean;
        retryAttempts?: number;
        timeout?: number;
    }
    Index

    Properties

    defaultModel?: string
    fallbackChain?: string
    costOptimization?: boolean
    telemetryEnabled?: boolean
    retryAttempts?: number
    timeout?: number