mirror of
https://github.com/ChatGPTNextWeb/NextChat-Awesome-Plugins.git
synced 2026-06-06 05:48:59 +08:00
675 B
675 B
SearXNGSearch
NextChat plugin that connects the model and SearXNG search engine.
Schema
Servers
You can use one of the public instances:
Public SearXNG Instances
Or use your own instance (recommended). Either way you will need to modify openapi.json:
"servers": [
{
"url": "https://YOUR_SEARXNG_INSTANCE_URL",
"description": "SearXNG instance URL."
}
],
Operations
- SearXNGSearch
GET/search
Authentication
type: none
Preview
Tested with local docker deployment on Mar.17 2025, using a private searxng instance.
