chore: Update labels + get rid of dev urls

This commit is contained in:
paulpaliychuk
2024-02-20 00:45:35 -05:00
parent 9da7a1b4de
commit aec0645fba
6 changed files with 8 additions and 10 deletions
@@ -20,7 +20,7 @@ class ZepMemoryCloud_Memory implements INode {
constructor() {
this.label = 'Zep Memory - Cloud'
this.name = 'Zep Memory (Cloud)'
this.name = 'Zep Memory - Cloud'
this.version = 2.0
this.type = 'ZepMemory'
this.icon = 'zep.svg'
@@ -110,7 +110,6 @@ const initializeZep = async (nodeData: INodeData, options: ICommonObject): Promi
const apiKey = getCredentialParam('apiKey', credentialData, nodeData)
const obj: ZepMemoryInput & ZepMemoryExtendedInput = {
apiKey,
baseURL: 'https://api.development.getzep.com',
aiPrefix,
humanPrefix,
memoryKey,