muhammedsaidckr/flarum-chatgpt

This extension integrates the power of ChatGPT within the Flarum platform, enabling seamless AI-powered conversation capabilities for users.

Maintainers

Package info

github.com/muhammedsaidckr/flarum-chatgpt

Type:flarum-extension

pkg:composer/muhammedsaidckr/flarum-chatgpt

Statistics

Installs: 813

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

v1.5.0 2026-04-26 20:49 UTC

README

License Latest Stable Version Total Downloads

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

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.

Settings

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:

  1. Update the package: composer update muhammedsaidckr/flarum-chatgpt:"*"
  2. Run migrations to create the Chain of Thought (CoT) storage: php flarum migrate
  3. Clear cache: php flarum cache:clear
  4. In the Admin panel, select a GPT-5 model and configure the reasoning and verbosity settings.

Backward compatibility is maintained for all other models.

Links