chatgpt-plugin  by cloudflare

ChatGPT plugins using Cloudflare Workers

created 2 years ago
289 stars

Top 91.9% on sourcepulse

GitHubView on GitHub
1 Expert Loves This Project
Project Summary

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

  • Install: npm install and npm run dev within example plugin directories.
  • Prerequisites: Node.js, npm, Cloudflare account, Wrangler CLI (npm install -g @cloudflare/wrangler).
  • Links: Cloudflare Developer Platform, Wrangler CLI

Highlighted Details

  • Enables rapid deployment of ChatGPT plugins on a global edge network.
  • Provides example plugins for GitHub repository search and weather information.
  • Leverages Cloudflare Workers for serverless execution and scalability.

Maintenance & Community

  • Maintained by Cloudflare.
  • Community support via Cloudflare Developer Discord.

Licensing & Compatibility

  • License: MIT License.
  • Compatibility: Compatible with commercial use and closed-source applications.

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.

Health Check
Last commit

10 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
1 stars in the last 90 days

Explore Similar Projects

Feedback? Help us improve.