nexus-agents - v2.80.0
    Preparing search index...

    Interface OllamaAdapterConfig

    Configuration specific to OllamaAdapter.

    interface OllamaAdapterConfig {
        modelId: string;
        baseUrl?: string;
        timeout?: number;
        maxRetries?: number;
        headers?: Record<string, string>;
    }
    Index

    Properties

    modelId: string
    baseUrl?: string
    timeout?: number
    maxRetries?: number
    headers?: Record<string, string>