mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: llm default
This commit is contained in:
@ -13,6 +13,13 @@ const nodeDefault: NodeDefault<LLMNodeType> = {
|
||||
},
|
||||
},
|
||||
variables: [],
|
||||
memory: {
|
||||
role_prefix: undefined,
|
||||
window: {
|
||||
enabled: false,
|
||||
size: 50,
|
||||
},
|
||||
},
|
||||
prompt_template: [{
|
||||
role: PromptRole.system,
|
||||
text: '',
|
||||
|
||||
Reference in New Issue
Block a user