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