Merge #101 into develop_web from feature/20251219_zy

feat: llm node add context

* feature/20251219_zy: (2 commits)
  feat(web): forgetting engine config
  feat: llm node add context

Signed-off-by: zhaoying <zhaoying@redbearai.com>
Merged-by: zhaoying <zhaoying@redbearai.com>

CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/101
This commit is contained in:
赵莹
2026-01-04 13:33:01 +08:00
14 changed files with 407 additions and 194 deletions

View File

@@ -1616,6 +1616,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

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