feat: llm node add context

This commit is contained in:
zhaoying
2026-01-04 12:06:24 +08:00
parent 02c8fd0e3f
commit 351be8aaf3
10 changed files with 233 additions and 150 deletions

View File

@@ -1589,6 +1589,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
model_id: 'Model',
temperature: 'Temperature',
max_tokens: 'Max Tokens',
context: 'Context',
},
start: {
variables: 'Input Fields',

View File

@@ -1690,6 +1690,7 @@ export const zh = {
model_id: '模型',
temperature: '温度',
max_tokens: '最大令牌数',
context: '上下文',
},
start: {
variables: '输入字段',