2
0

Add "OpenAI Assistant Chat" template

This commit is contained in:
Baptiste Arnaud
2024-05-03 17:43:48 +02:00
parent 04e29bab08
commit a413d1bdc4
2 changed files with 149 additions and 0 deletions

View File

@@ -139,5 +139,11 @@ export const useTemplates = (): TemplateProps[] => {
description:
'Designed specifically for athlete fueling brands looking to attract and engage active audiences, this chatbot serves as an effective lead magnet by providing instant, customized carbohydrate intake recommendations based on user input.',
},
{
name: 'OpenAI Assistant Chat',
emoji: '🤖',
fileName: 'openai-assistant-chat.json',
description: 'A simple conversation with your OpenAI assistant.',
},
]
}