ChatGPT plugins using Cloudflare Workers
Top 91.9% on sourcepulse
This repository provides tools and examples for building ChatGPT plugins using Cloudflare's Developer Platform. It targets developers looking to integrate external APIs and services into ChatGPT conversations, enabling dynamic data retrieval and actions.
How It Works
The project leverages Cloudflare Workers, a serverless execution environment, to host and serve ChatGPT plugin manifests and API endpoints. This approach allows for low-latency, globally distributed execution of plugin logic, directly connecting ChatGPT to external data sources without requiring traditional server infrastructure.
Quick Start & Requirements
npm install
and npm run dev
within example plugin directories.npm install -g @cloudflare/wrangler
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The examples provided are basic and may require significant modification for complex integrations. Plugin development is still evolving, and OpenAI's plugin API may undergo changes.
10 months ago
Inactive