update zep and motorhead api key as password
This commit is contained in:
parent
16440aec37
commit
aee0a51f73
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class ZepMemory_Memory implements INode {
|
|||
{
|
||||
label: 'API Key',
|
||||
name: 'apiKey',
|
||||
type: 'string',
|
||||
type: 'password',
|
||||
additionalParams: true,
|
||||
optional: true
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue