A Lobe-chat plugin template for Cloudflare Workers.
We use pnpm as package manager. Follow these simple steps to get started:
# 📦 Install dependencies
pnpm install
# 🛠️ Start development server
pnpm devThis will start a local development server at http://localhost:5173.
Add your plugins to the src/apis directory. Each plugin should be added to the providers array
in src/apis/index.ts.
There is something you need to replace in files:
wrangler.toml: Replacenameandservicewith your own values.src/manifest.ts: Replace all the constants with your own values.
This is a Cloudflare Worker project. Deploy it to Cloudflare Workers with just one command:
# 🚀 Build and deploy
pnpm run deployOnce deployed, you can access your plugin manifest at:
https://your-worker-name.your-account.workers.dev/manifest.json
