datlechin / flarum-chatgpt
ChatGPT: AI-powered Auto-Reply Extension for Flarum.
Installs: 414
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 2
Open Issues: 1
Language:TypeScript
Type:flarum-extension
Requires
- php: ^8.1
- flarum/core: ^1.7.0
- openai-php/client: ^0.3.5
README
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