Interface LmCohereNodeParameters

Source
interface LmCohereNodeParameters {
    options?: {
        maxTokens?: number;
        model?: string;
        temperature?: number;
    };
}

Properties§

§readonly options?: { ... }

Additional options to add Default: {}