add marketplace template

This commit is contained in:
Henry
2023-04-22 15:51:42 +01:00
parent 4c576db1eb
commit aa2308d1aa
2 changed files with 522 additions and 1 deletions
@@ -20,7 +20,7 @@ class AutoGPT_Agents implements INode {
this.type = 'AutoGPT'
this.category = 'Agents'
this.icon = 'autogpt.png'
this.description = 'Autonomous agent with chain of thoughts by GPT4'
this.description = 'Autonomous agent with chain of thoughts for self-guided task completion'
this.baseClasses = ['AutoGPT']
this.inputs = [
{