feat: llm default

This commit is contained in:
Joel 2024-03-18 15:56:27 +08:00
parent 9d8f9f6f63
commit 8d34082246
1 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,13 @@ const nodeDefault: NodeDefault<LLMNodeType> = {
},
},
variables: [],
memory: {
role_prefix: undefined,
window: {
enabled: false,
size: 50,
},
},
prompt_template: [{
role: PromptRole.system,
text: '',