datlechin/flarum-chatgpt

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

Installs: 991

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 2

Forks: 2

Open Issues: 2

Language:TypeScript

Type:flarum-extension

v0.4.0 2023-11-28 14:22 UTC

This package is auto-updated.

Last update: 2024-04-16 22:20:16 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 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