update zep and motorhead api key as password

This commit is contained in:
Henry 2023-07-11 17:31:47 +01:00
parent 16440aec37
commit aee0a51f73
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ class MotorMemory_Memory implements INode {
{ {
label: 'API Key', label: 'API Key',
name: 'apiKey', name: 'apiKey',
type: 'string', type: 'password',
description: 'Only needed when using hosted solution - https://getmetal.io', description: 'Only needed when using hosted solution - https://getmetal.io',
additionalParams: true, additionalParams: true,
optional: true optional: true

View File

@ -47,7 +47,7 @@ class ZepMemory_Memory implements INode {
{ {
label: 'API Key', label: 'API Key',
name: 'apiKey', name: 'apiKey',
type: 'string', type: 'password',
additionalParams: true, additionalParams: true,
optional: true optional: true
}, },