Add basic ChatGPT template

Closes #388
This commit is contained in:
Baptiste Arnaud
2023-03-13 16:29:24 +01:00
parent c4db2f42a6
commit 86ecd4aa87
2 changed files with 263 additions and 0 deletions

View File

@@ -33,4 +33,10 @@ export const templates: TemplateProps[] = [
fileName: 'movie-recommendation.json',
isNew: true,
},
{
name: 'Basic ChatGPT',
emoji: '🤖',
fileName: 'basic-chat-gpt.json',
isNew: true,
},
]