Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added and updated plugin repositories #3679

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Added and updated plugin repositories"
This reverts commit 40fb51a.
  • Loading branch information
targed committed Sep 5, 2023
commit 11d0a38f4b86b829cf1d3692a4df0c0e5185b1b6
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