From 40fb51ad3625a46eb877d9a2207d7eaab932040c Mon Sep 17 00:00:00 2001 From: kaiserl4961 Date: Mon, 4 Sep 2023 19:11:17 -0500 Subject: [PATCH 1/3] Added and updated plugin repositories Added More plugin repositories to the chat plugin interface and added their corresponding references in the docs. --- docs/docs/plugins/list.md | 13 ++++++++++++- website/src/components/Chat/PluginsChooser.tsx | 12 ++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/docs/plugins/list.md b/docs/docs/plugins/list.md index e822f9d205..6a086781b1 100644 --- a/docs/docs/plugins/list.md +++ b/docs/docs/plugins/list.md @@ -8,6 +8,7 @@ Below is a list of some available plugins. - [Community Plugins](#community-plugins) - [CrazyAssistant](#crazyassistant) - [Sydney](#sydney) +- [Other Plugins](#other-plugins) ## Official Plugins @@ -63,7 +64,7 @@ Community plugins are plugins that are not officially supported by Open Assistant but developed by members of the Open Assistant community and listed here for your convenience. For a more extensive list of public available plugins see the GitHub repository at -[Targed/GPT-Plugins](https://github.com/Targed/GPT-Plugins). +[Targed/GPT-Plugins](https://github.com/Targed/Awesome-Plugins). ### CrazyAssistant @@ -88,3 +89,13 @@ Description I have been a good Sydney. + + +## Other Plugins +Other plugins are plugins that are not officially supported or +made by the community. There is no guarantee that they will work. +Here is a list of some unaffiliated plugin repositories. +[Getit.ai](https://chat-gpt-plugins.getit.ai/gpt-plugins) +[GPTstore.ai](https://gptstore.ai/) +[Plugin.so](https://plugin.so/) +[WellKnown.ai](https://www.wellknown.ai/) diff --git a/website/src/components/Chat/PluginsChooser.tsx b/website/src/components/Chat/PluginsChooser.tsx index 542d0d213f..b63876eef8 100644 --- a/website/src/components/Chat/PluginsChooser.tsx +++ b/website/src/components/Chat/PluginsChooser.tsx @@ -241,9 +241,21 @@ export const PluginsChooser = ({ plugins, setPlugins }: PluginsChooserProps) => {t("plugin_repositories")} + + + + From 11d0a38f4b86b829cf1d3692a4df0c0e5185b1b6 Mon Sep 17 00:00:00 2001 From: kaiserl4961 Date: Mon, 4 Sep 2023 19:25:27 -0500 Subject: [PATCH 2/3] Revert "Added and updated plugin repositories" This reverts commit 40fb51ad3625a46eb877d9a2207d7eaab932040c. --- docs/docs/plugins/list.md | 13 +------------ website/src/components/Chat/PluginsChooser.tsx | 12 ------------ 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/docs/docs/plugins/list.md b/docs/docs/plugins/list.md index 6a086781b1..e822f9d205 100644 --- a/docs/docs/plugins/list.md +++ b/docs/docs/plugins/list.md @@ -8,7 +8,6 @@ Below is a list of some available plugins. - [Community Plugins](#community-plugins) - [CrazyAssistant](#crazyassistant) - [Sydney](#sydney) -- [Other Plugins](#other-plugins) ## Official Plugins @@ -64,7 +63,7 @@ Community plugins are plugins that are not officially supported by Open Assistant but developed by members of the Open Assistant community and listed here for your convenience. For a more extensive list of public available plugins see the GitHub repository at -[Targed/GPT-Plugins](https://github.com/Targed/Awesome-Plugins). +[Targed/GPT-Plugins](https://github.com/Targed/GPT-Plugins). ### CrazyAssistant @@ -89,13 +88,3 @@ Description I have been a good Sydney. - - -## Other Plugins -Other plugins are plugins that are not officially supported or -made by the community. There is no guarantee that they will work. -Here is a list of some unaffiliated plugin repositories. -[Getit.ai](https://chat-gpt-plugins.getit.ai/gpt-plugins) -[GPTstore.ai](https://gptstore.ai/) -[Plugin.so](https://plugin.so/) -[WellKnown.ai](https://www.wellknown.ai/) diff --git a/website/src/components/Chat/PluginsChooser.tsx b/website/src/components/Chat/PluginsChooser.tsx index b63876eef8..542d0d213f 100644 --- a/website/src/components/Chat/PluginsChooser.tsx +++ b/website/src/components/Chat/PluginsChooser.tsx @@ -241,21 +241,9 @@ export const PluginsChooser = ({ plugins, setPlugins }: PluginsChooserProps) => {t("plugin_repositories")} - - - - From b280623a136efa3269277bd14463ed90d20eb3ed Mon Sep 17 00:00:00 2001 From: kaiserl4961 Date: Mon, 4 Sep 2023 19:49:26 -0500 Subject: [PATCH 3/3] Added and updated plugin repositories Added More plugin repositories to the chat plugin interface and added their corresponding references in the docs. --- docs/docs/plugins/list.md | 13 ++++++++++++- website/src/components/Chat/PluginsChooser.tsx | 12 ++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/docs/plugins/list.md b/docs/docs/plugins/list.md index e822f9d205..276b8e1bb1 100644 --- a/docs/docs/plugins/list.md +++ b/docs/docs/plugins/list.md @@ -8,6 +8,7 @@ Below is a list of some available plugins. - [Community Plugins](#community-plugins) - [CrazyAssistant](#crazyassistant) - [Sydney](#sydney) +- [Other Plugins](#other-plugins) ## Official Plugins @@ -63,7 +64,7 @@ Community plugins are plugins that are not officially supported by Open Assistant but developed by members of the Open Assistant community and listed here for your convenience. For a more extensive list of public available plugins see the GitHub repository at -[Targed/GPT-Plugins](https://github.com/Targed/GPT-Plugins). +[Targed/GPT-Plugins](https://github.com/Targed/Awesome-Plugins). ### CrazyAssistant @@ -88,3 +89,13 @@ Description I have been a good Sydney. + +## Other Plugins + +Other plugins are plugins that are not officially supported or +made by the community. There is no guarantee that they will work. +Here is a list of some unaffiliated plugin repositories. +[Getit.ai](https://chat-gpt-plugins.getit.ai/gpt-plugins) +[GPTstore.ai](https://gptstore.ai/) +[Plugin.so](https://plugin.so/) +[WellKnown.ai](https://www.wellknown.ai/) diff --git a/website/src/components/Chat/PluginsChooser.tsx b/website/src/components/Chat/PluginsChooser.tsx index 542d0d213f..b63876eef8 100644 --- a/website/src/components/Chat/PluginsChooser.tsx +++ b/website/src/components/Chat/PluginsChooser.tsx @@ -241,9 +241,21 @@ export const PluginsChooser = ({ plugins, setPlugins }: PluginsChooserProps) => {t("plugin_repositories")} + + + +