muhammedsaidckr / flarum-chatgpt
This extension integrates the power of ChatGPT within the Flarum platform, enabling seamless AI-powered conversation capabilities for users.
Package info
github.com/muhammedsaidckr/flarum-chatgpt
Type:flarum-extension
pkg:composer/muhammedsaidckr/flarum-chatgpt
Requires
- php: ^8.1
- flarum/core: ^1.2.0
- openai-php/client: ^0.19.1
Requires (Dev)
- flarum/testing: ^1.0.0
- dev-main
- v1.5.0
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.4.0-beta.1
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.3-beta.2
- v1.3.3-beta.1
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dev
This package is auto-updated.
Last update: 2026-04-29 06:00:09 UTC
README
A Flarum extension. This extension integrates the power of ChatGPT within the Flarum platform, enabling seamless AI-powered conversation capabilities for users.
Installation
Install with composer:
composer require muhammedsaidckr/flarum-chatgpt:"*"
Updating
composer update muhammedsaidckr/flarum-chatgpt:"*"
php flarum migrate
php flarum cache:clear
Settings
If you set Answer Duration (Cevap Verme Suresi) value to greater than 0 then, set the database queue extension retry count (Yeniden denemeler) to 5 or greater.
GPT-5 Support (v1.4.0+)
Starting from v1.4.0, this extension supports GPT-5 models (gpt-5, gpt-5-mini, gpt-5-nano) using the OpenAI Responses API.
Configuration
When using a GPT-5 model, the following settings become active:
- Reasoning Effort: Controls the depth of reasoning before responding (Minimal, Low, Medium, High).
- Output Verbosity: Controls the detail and length of the response (Low, Medium, High).
Migration Guide
To upgrade to GPT-5 support:
- Update the package:
composer update muhammedsaidckr/flarum-chatgpt:"*" - Run migrations to create the Chain of Thought (CoT) storage:
php flarum migrate - Clear cache:
php flarum cache:clear - In the Admin panel, select a GPT-5 model and configure the reasoning and verbosity settings.
Backward compatibility is maintained for all other models.