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
@@ -23,7 +23,7 @@ class Zep_CloudVectorStores implements INode {
constructor() {
this.label = 'Zep Collection - Cloud'
this.name = 'Zep Collection Cloud'
this.name = 'Zep Collection - Cloud'
this.version = 2.0
this.type = 'Zep'
this.icon = 'zep.svg'
@@ -121,7 +121,6 @@ class Zep_CloudVectorStores implements INode {
const apiKey = getCredentialParam('apiKey', credentialData, nodeData)
const zepConfig: IZepConfig & Partial<ZepFilter> = {
apiUrl: 'https://api.development.getzep.com',
apiKey,
collectionName: zepCollection
}