# Future Local LLM Integration

Provider interface is in `providers/ProviderInterface.php`.

To add a local LLM provider:
- Implement `ProviderInterface`.
- Add provider class and register via `config.php` (`provider` key).
- Ensure the provider returns structured output and supports credits logging.

Planned providers: Ollama, Qwen, Llama, Mistral.
