Interface LmChatCohereNodeParameters

Source
interface LmChatCohereNodeParameters {
    model?: string;
    options?: { maxRetries?: number; temperature?: number };
}

Properties§

Source§

readonly model?: string

The model which will generate the completion. Learn more. Default: "command-a-03-2025" Type options: {"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models?page_size=100&endpoint=chat"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"models"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}}","value":"={{$responseItem.name}}","description":"={{$responseItem.description}}"}},{"type":"sort","properties":{"key":"name"}}]}}}}

Source§

readonly options?: { maxRetries?: number; temperature?: number }

Additional options to add Default: {}