A web search plugin for LobeChat that enables internet search capabilities using the Google Custom Search API.
- 🔍 Google Custom Search integration
- 🚀 Built with Hono.js for high performance
- 🛡️ CORS enabled for cross-origin requests
- 🔌 Compatible with LobeHub Chat Plugin SDK
- Bun runtime
- Google Custom Search API Key and Engine ID
- Clone the repository:
git clone <your-repo-url>
cd lobechat-websearch
- Install dependencies:
bun install
To run the development server:
bun run dev
Run type checks using TypeScript:
bun run type-check
MIT License