Skip to content

datlechin/flarum-chatgpt

Repository files navigation

ChatGPT: AI-powered Auto-Reply Extension for Flarum

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 datlechin/flarum-chatgpt:"*"

Updating

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

Currently only supports the text-davinci-003 model, having the option to choose from other models in the future is an exciting prospect.

Roadmap

  • Add more models
  • Select AI user used for auto-reply

Links