2
0

Add lead gen with AI template

Closes #470
This commit is contained in:
Baptiste Arnaud
2023-04-20 14:56:05 +02:00
parent c77b8e7548
commit 3b69b18601
2 changed files with 523 additions and 1 deletions

View File

@@ -90,8 +90,16 @@ export const templates: TemplateProps[] = [
name: 'ChatGPT personas',
emoji: '🎭',
fileName: 'chat-gpt-personas.json',
isNew: true,
description:
'A bot that uses the ChatGPT model to generate responses based on the user input and the selected persona',
},
{
name: 'Lead Gen with AI',
emoji: '🦾',
fileName: 'lead-gen-ai.json',
category: 'marketing',
isNew: true,
description:
'You are a marketing agency and this bot allows you generate new leads interested in your services. An AI block is used to dig deeper into the user needs.',
},
]