From e0f05b67a22e1b5d2f6dd8bf10e9a182b7ed1226 Mon Sep 17 00:00:00 2001 From: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> Date: Tue, 23 May 2023 15:18:07 -0700 Subject: [PATCH] Add ChatGPT Playground to the Marketplace Signed-off-by: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> --- microsite/data/plugins/chatgpt-playground.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/chatgpt-playground.yml diff --git a/microsite/data/plugins/chatgpt-playground.yml b/microsite/data/plugins/chatgpt-playground.yml new file mode 100644 index 0000000000..370afa10bf --- /dev/null +++ b/microsite/data/plugins/chatgpt-playground.yml @@ -0,0 +1,10 @@ +--- +title: 'ChatGPT Playground' +author: Enfuse +authorUrl: https://enfuse.io/ +category: Discovery +description: Bring the OpenAI playgrond inside Backstage. +documentation: https://github.com/enfuse/backstage-chatgpt-plugin/blob/main/README.md +iconUrl: /img/enfuse.png +npmPackageName: '@enfuse/chatgpt-plugin-frontend' +addedDate: '2023-05-23'