Skip to content

Commit

Permalink
update zep and motorhead api key as password
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHengZJ committed Jul 11, 2023
1 parent 16440ae commit aee0a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MotorMemory_Memory implements INode {
{
label: 'API Key',
name: 'apiKey',
type: 'string',
type: 'password',
description: 'Only needed when using hosted solution - https://getmetal.io',
additionalParams: true,
optional: true
Expand Down
2 changes: 1 addition & 1 deletion packages/components/nodes/memory/ZepMemory/ZepMemory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ZepMemory_Memory implements INode {
{
label: 'API Key',
name: 'apiKey',
type: 'string',
type: 'password',
additionalParams: true,
optional: true
},
Expand Down

0 comments on commit aee0a51

Please sign in to comment.