14 lines
444 B
Markdown
14 lines
444 B
Markdown
# SearXNG Gemini Stream Plugin
|
|
|
|
This is a SearXNG plugin that provides live AI search answers using Google Gemini Flash.
|
|
|
|
## Configuration
|
|
|
|
Set the following environment variables:
|
|
- `GEMINI_API_KEY`: Your Google Gemini API key.
|
|
- `GEMINI_MODEL`: (Optional) The model to use, defaults to `gemini-3-flash-preview`.
|
|
|
|
## Installation
|
|
|
|
This file should be placed in the `searx/plugins` directory of your SearXNG instance or configured as a plugin.
|