Skip to content

Commit

Permalink
Added and updated plugin repositories
Browse files Browse the repository at this point in the history
Added More plugin repositories to the chat plugin interface and added their corresponding references in the docs.
  • Loading branch information
targed committed Sep 5, 2023
1 parent 11d0a38 commit b280623
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/docs/plugins/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand All @@ -88,3 +89,13 @@ 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: 12 additions & 0 deletions website/src/components/Chat/PluginsChooser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,21 @@ 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 b280623

Please sign in to comment.