unt/flarum-chatgpt

ChatGPT: AI-powered Auto-Reply Extension for Flarum.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Type:flarum-extension

1.0.0 2025-02-21 05:45 UTC

This package is not auto-updated.

Last update: 2025-06-28 05:58:18 UTC


README

License Latest Stable Version Total Downloads

A Flarum extension.

The ChatGPT extension for Flarum includes an auto-reply discussion feature, customizable max tokens, and permission controls who can use this feature.

The auto-answer feature uses the text-davinci-003 model to generate quick and accurate responses to users' questions.

Installation

This extension requierd Flarum 1.7 and PHP 8.1.

Install with composer:

composer require unt/flarum-chatgpt:"*"

Updating

composer update unt/flarum-chatgpt:"*"
php flarum migrate
php flarum cache:clear

Links