A Flarum extension.
This extension includes an auto-reply discussion feature, customizable max tokens, and permission controls who can use this feature.
This extension is a fixed fork from flarum-chatgpt with support for multiple platforms.
Models from any of the supported platforms can be used. If you're using OpenRouter, you can specify a comma-separated list of models in the model setting to take advantage of its model routing feature.
The auto-answer feature uses the OpenAI gpt-5-mini model by default to generate quick and accurate responses to users' questions. AI can respond on discussion start or a discussion can act as chat between user and AI.
This extension requires Flarum >= 2.0 and PHP 8.4.
Install with composer:
composer require michaelbelgium/flarum-ai-autoreply- Auto-reply to new discussions using AI
- Highly customizable
- Max tokens
- Temperature
- System prompt1
- ...
- Permission controls for who can use the auto-reply feature
- Support for multiple platforms: OpenAI, Anthropic, Google, OpenRouter
composer update michaelbelgium/flarum-ai-autoreply
php flarum migrate
php flarum cache:clear