Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudflare/chatgpt-plugin
Build ChatGPT plugins with Cloudflare's Developer Platform 🤖
https://github.com/cloudflare/chatgpt-plugin
chatgpt cloudflare openai workers
Last synced: 5 days ago
JSON representation
Build ChatGPT plugins with Cloudflare's Developer Platform 🤖
- Host: GitHub
- URL: https://github.com/cloudflare/chatgpt-plugin
- Owner: cloudflare
- License: other
- Created: 2023-04-28T18:07:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-01T14:30:29.000Z (4 months ago)
- Last Synced: 2025-01-15T05:57:11.665Z (12 days ago)
- Topics: chatgpt, cloudflare, openai, workers
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 289
- Watchers: 10
- Forks: 23
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - chatgpt-plugin - Build ChatGPT plugins with Cloudflare's Developer Platform 🤖 (Browser-extensions)
README
# ChatGPT Plugins on Cloudflare
This repo contains Cloudflare's work with ChatGPT plugins. The plugins are built using the [Cloudflare Workers](https://workers.cloudflare.com/) platform.
- [`example-plugin`](https://github.com/cloudflare/chatgpt-plugin/tree/main/example-plugin): An example plugin that can be deployed to Cloudflare Workers in 5 minutes, allowing search and retrieval of GitHub repositories.
- [`example-weather-plugin`](https://github.com/cloudflare/chatgpt-plugin/tree/main/example-weather-plugin): An example plugin that retrieves weather information from the [Pirate Weather API](https://pirate-weather.apiable.io/).