节点与集成
Lemonade Model
Use the Lemonade Model node to generate text completions using language models hosted and managed by a Lemonade server. This node is a simple LangChain-compatible language model root node suitable for text completion tasks within n8n workflows.
On this page, you'll find a list of operations the Lemonade Model node supports, and links to more resources.
Node parameters
Configure the node with the following parameters.
Model
The model which will generate the completion. Models are loaded and managed through the Lemonade server; select the model you want to use from the list provided by the node.
Node options
Use these options to further refine the node's behavior.
Sampling Temperature
Controls the randomness of the generated text. Lower values make the output more focused and deterministic, while higher values make it more diverse and random.
| Property | Value |
|---|---|
| Type | number |
| Required | no |
| Default | 0.7 |
Top P
Controls which words the model can choose from when generating text. Lower values progressively remove the least likely options, so the model can only pick from a smaller, higher-confidence pool.
| Property | Value |
|---|---|
| Type | number |
| Required | no |
| Default | 1 |
Frequency Penalty
Adjusts the penalty for tokens that have already appeared in the generated text. Positive values discourage repetition, negative values encourage it.
| Property | Value |
|---|---|
| Type | number |
| Required | no |
| Default | 0 |
Presence Penalty
Adjusts the penalty for tokens based on their presence in the generated text so far. Positive values penalize tokens that have already appeared, encouraging diversity.
| Property | Value |
|---|---|
| Type | number |
| Required | no |
| Default | 0 |
Max Tokens to Generate
The maximum number of tokens to generate. Set to -1 for no limit. Be cautious when setting this to a large value, as it can lead to very long outputs.
| Property | Value |
|---|---|
| Type | number |
| Required | no |
| Default | -1 |
Stop Sequences
Comma-separated list of sequences where the model will stop generating text.
| Property | Value |
|---|---|
| Type | string |
| Required | no |
| Default | "" |
Templates and examples
Browse Lemonade Model node documentation integration templates or search all templates
Related resources
Refer to Lemonade Server's documentation for more information about the service.
View n8n's Advanced AI documentation.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。