LobeChat Web Search Plugin
January 17, 2025 ยท View on GitHub
A web search plugin for LobeChat that enables internet search capabilities using the Google Custom Search API.
Features
- ๐ Google Custom Search integration
- ๐ Built with Hono.js for high performance
- ๐ก๏ธ CORS enabled for cross-origin requests
- ๐ Compatible with LobeHub Chat Plugin SDK
Prerequisites
- Bun runtime
- Google Custom Search API Key and Engine ID
Setup
- Clone the repository:
git clone <your-repo-url>
cd lobechat-websearch
- Install dependencies:
bun install
Development
To run the development server:
bun run dev
Type Checking
Run type checks using TypeScript:
bun run type-check
License
MIT License