From fcdc5bb8448699d7a1ae5122a1b4c7c433270844 Mon Sep 17 00:00:00 2001 From: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:21:37 -0700 Subject: [PATCH] Create chatgpt-plugin Signed-off-by: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> --- microsite/data/plugins/chatgpt-plugin | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/chatgpt-plugin diff --git a/microsite/data/plugins/chatgpt-plugin b/microsite/data/plugins/chatgpt-plugin new file mode 100644 index 0000000000..fdf6c162b8 --- /dev/null +++ b/microsite/data/plugins/chatgpt-plugin @@ -0,0 +1,10 @@ +--- +title: 'ChatGPT Plugin' +author: Enfuse +authorUrl: https://enfuse.io/ +category: Development +description: Experiment with the OpenAI playground to help you develop more efficiently +documentation: https://github.com/enfuse/backstage-chatgpt-plugin/blob/main/README.md +iconUrl: /img/enfuse.png +npmPackageName: '@enfuse/chatgpt-plugin-frontend' +addedDate: '2023-04-21'