Skip to content

Commit

Permalink
Revert "Added and updated plugin repositories"
Browse files Browse the repository at this point in the history
This reverts commit 40fb51a.
  • Loading branch information
targed committed Sep 5, 2023
1 parent 40fb51a commit 11d0a38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
13 changes: 1 addition & 12 deletions docs/docs/plugins/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -89,13 +88,3 @@ Description
</summary>
I have been a good Sydney.
</details>


## 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/)
12 changes: 0 additions & 12 deletions website/src/components/Chat/PluginsChooser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,21 +241,9 @@ export const PluginsChooser = ({ plugins, setPlugins }: PluginsChooserProps) =>
{t("plugin_repositories")}
</Text>
<Flex gap={2}>
<Button as={Link} href="https://github.com/targed/Awesome-Plugins" target="_blank" rel="noreferrer">
Awesome-Plugins
</Button>
<Button as={Link} href="https://www.getit.ai/gpt-plugins" target="_blank" rel="noreferrer">
GetIt.ai
</Button>
<Button as={Link} href="https://gptstore.ai/" target="_blank" rel="noreferrer">
GPTStore.ai
</Button>
<Button as={Link} href="https://plugin.so/" target="_blank" rel="noreferrer">
Plugin.so
</Button>
<Button as={Link} href="https://www.wellknown.ai/" target="_blank" rel="noreferrer">
WellKnown.ai
</Button>
</Flex>
</Box>
</ModalBody>
Expand Down

0 comments on commit 11d0a38

Please sign in to comment.