AI classifier
Incoming messages can be routed to different destinations depending on the list of descriptions you provide. Two providers are supported:
- OpenAI: provide your API key obtained from https://platform.openai.com/.
- Ollama: runs on your own machine. Run rerouter-client with
--ollama http://localhost:11434and select your machine as the deployment's egress; the prompt is sent through the tunnel to your local models. No API key needed.
Note that the message will always reach one of your output handles. For example, if you want to ignore messages not related to any of your filters, you can simply not attach anything after it.