NB Scraper Docs - v1.1.8
    Preparing search index...

    Interface BlackBoxAIOptions

    Configuration options for HTTP requests

    RequestConfig

    interface BlackBoxAIOptions {
        timeout?: number;
        headers?: Record<string, string>;
        retries?: number;
        retryDelay?: number;
        maxTokens?: number;
        temperature?: number;
        webSearchMode?: boolean;
        memoryEnabled?: boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    timeout?: number
    headers?: Record<string, string>
    retries?: number
    retryDelay?: number
    maxTokens?: number

    Maximum number of tokens in the response

    temperature?: number

    Temperature for response generation (0-1)

    webSearchMode?: boolean

    Whether to enable web search mode

    memoryEnabled?: boolean

    Whether to enable memory/context