Interface EmbeddingsLemonadeNodeParameters

Source
interface EmbeddingsLemonadeNodeParameters {
    model?: string;
}

Properties§

Source§

readonly model?: string

The model which will generate the completion. Models are loaded and managed through the Lemonade server. Type options: {"loadOptions":{"routing":{"request":{"method":"GET","url":"/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}}