Lm Open Hugging Face Inference¶
Node: lmOpenHuggingFaceInference · Full type: @n8n/n8n-nodes-langchain.lmOpenHuggingFaceInference · Version: 1
Credentials¶
huggingFaceApi (alias: @hugging)
Parameters¶
| Parameter | Type | Default | Details |
|---|---|---|---|
model |
string | "mistralai/Mistral-Nemo-Base-2407" | |
options |
collection | {} | keys: endpointUrl, frequencyPenalty, maxTokens, presencePenalty, temperature, topK, ... |
options children:
| Parameter | Type | Default | Details |
|---|---|---|---|
endpointUrl |
string | "" | |
frequencyPenalty |
number | 0 | |
maxTokens |
number | 128 | |
presencePenalty |
number | 0 | |
temperature |
number | 1 | |
topK |
number | 1 | |
topP |
number | 1 |