Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imaurer/awesome-chatgpt-plugins

List of interesting resources for building and using ChatGPT plugins.
https://github.com/imaurer/awesome-chatgpt-plugins

List: awesome-chatgpt-plugins

awesome awesome-list awesome-lists chatgpt chatgpt-plugin chatgpt-plugins

Last synced: 12 days ago
JSON representation

List of interesting resources for building and using ChatGPT plugins.

Awesome Lists containing this project

README

        

# Awesome ChatGPT Plugins

An uncurated list of information about ChatGPT plugins that I find interesting.

Once things stabilize, I will curate this information into something coherent by organizing it and keeping the most useful stuff.

### Blog Articles

- [Understanding Wolfram's ChatGPT Plugin Manifest](https://github.com/imaurer/awesome-chatgpt-plugins/blob/main/description_for_model_howto.md) [March 26, 2023]

- [Using ChatGPT Plugins with LLaMA](https://blog.lastmileai.dev/using-openais-retrieval-plugin-with-llama-d2e0b6732f14) [March 26, 2023]

- [ChatGPT plugins may revolutionise the traditional customer journey](https://tevfik.xyz/posts/chatgpt-plugins/) [March 25, 2023]

- [Building a ChatGPT plugin to answer questions about data hosted in Datasette](https://simonwillison.net/2023/Mar/24/datasette-chatgpt-plugin/) [March 24, 2023]

- [Using ChatGPT Plugins within LangChain abstractions](https://python.langchain.com/en/latest/modules/agents/tools/examples/chatgpt_plugins.html) [March 24, 2023]

- [ChatGPT + Code Interpreter = Magic](https://andrewmayneblog.wordpress.com/2023/03/23/chatgpt-code-interpreter-magic/) [March 23, 2023]

### Trending HackerNews Discussions

- [Using ChatGPT Plugins with LLaMA](https://news.ycombinator.com/item?id=35315542) [March 26, 2023, 73 comments, 142 points]

- [Show HN: ChatGPT Plugins are a security nightmare](https://news.ycombinator.com/item?id=35301657) [March 25, 2023, 37 comments, 218 points]

- [Secret ChatGPT plugins can be revealed by removing a parameter from an API call](https://news.ycombinator.com/item?id=35289085) [March 23, 2023, 229 comments, 372 points]

- [Official Announcement: ChatGPT Plugins](https://news.ycombinator.com/item?id=35277677) [March 22, 2023, 1102 comments, 1853 points]

### Open Source Plugins

- [Datasette](https://github.com/simonw/datasette-chatgpt-plugin) - Datasette is a tool for exploring and publishing data. It helps people take data of any shape, analyze and explore it, and publish it as an interactive website and accompanying API.

- [ChatGPT Retrieval Plugin](https://github.com/openai/chatgpt-retrieval-plugin) - Reference implementation provided by OpenAI that "provides a flexible solution for semantic search and retrieval of personal or organizational documents using natural language queries". Built with [FastAPI](https://fastapi.tiangolo.com/) and supports several vector databases (e.g. [Weaviate](https://weaviate.io/))

### Plugin Manifest Files

The examples provided in the [initial documentation](https://platform.openai.com/docs/plugins/getting-started/plugin-manifest) don't provide much detail, so I am collecting and sharing examples in the wild:

- [Wolfram](https://www.wolframalpha.com/.well-known/ai-plugin.json) - Access computation, math, curated knowledge & real-time data through Wolfram|Alpha and Wolfram Language.
* Related Article: [Understanding Wolfram's ChatGPT Plugin Manifest](https://github.com/imaurer/awesome-chatgpt-plugins/blob/main/understanding-wolframs-chat-gpt-plugin-manifest.md).

- [Datasette](https://datasette.io/.well-known/ai-plugin.json) - A tool for exploring and publishing data. It helps people take data of any shape, analyze and explore it, and publish it as an interactive website and accompanying API.
* Related Article: [Building a ChatGPT plugin to answer questions about data hosted in Datasette](https://simonwillison.net/2023/Mar/24/datasette-chatgpt-plugin/)

- [Shopify](https://server.shop.app/.well-known/ai-plugin.json) - Shopify's plugin to search for products across their hosted storefronts.

- [Twilio Example](https://gist.github.com/danielgross/0e7a00ea882797acd92ae6779126abe3) - Auto generated by [@danielgross](https://twitter.com/danielgross) as shown in this [tweet](https://twitter.com/danielgross/status/1639040289816866818).

[Travis Fischer](https://github.com/transitive-bullshit) created [Well-Known Plugin Finder](https://github.com/transitive-bullshit/chatgpt-well-known-plugin-finder) that will monitor Alexa's Top 1M sites for new `.well-known/ai-plugin.json` files. Will be adding some to the above list for ease of access.

### Official OpenAI Resources

- [Initial Blog Announcement](https://openai.com/blog/chatgpt-plugins) [March 23, 2023]
- [OpenAI Documentation](https://platform.openai.com/docs/plugins/introduction)
- [Plugin Waitlist Signup](https://openai.com/waitlist/plugins)