ChatGPT: AI-powered Auto-Reply

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
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
Links
All contributes are welcome π₯°