muhammedsaidckr/flarum-chatgpt
最新稳定版本:v1.5.0
Composer 安装命令:
composer require muhammedsaidckr/flarum-chatgpt
包简介
This extension integrates the power of ChatGPT within the Flarum platform, enabling seamless AI-powered conversation capabilities for users.
关键字:
README 文档
README
A Flarum extension. This extension integrates the power of ChatGPT within the Flarum platform, enabling seamless AI-powered conversation capabilities for users.
Installation
Install with composer:
composer require muhammedsaidckr/flarum-chatgpt:"*"
Updating
composer update muhammedsaidckr/flarum-chatgpt:"*"
php flarum migrate
php flarum cache:clear
Settings
If you set Answer Duration (Cevap Verme Suresi) value to greater than 0 then, set the database queue extension retry count (Yeniden denemeler) to 5 or greater.
GPT-5 Support (v1.4.0+)
Starting from v1.4.0, this extension supports GPT-5 models (gpt-5, gpt-5-mini, gpt-5-nano) using the OpenAI Responses API.
Configuration
When using a GPT-5 model, the following settings become active:
- Reasoning Effort: Controls the depth of reasoning before responding (Minimal, Low, Medium, High).
- Output Verbosity: Controls the detail and length of the response (Low, Medium, High).
Migration Guide
To upgrade to GPT-5 support:
- Update the package:
composer update muhammedsaidckr/flarum-chatgpt:"*" - Run migrations to create the Chain of Thought (CoT) storage:
php flarum migrate - Clear cache:
php flarum cache:clear - In the Admin panel, select a GPT-5 model and configure the reasoning and verbosity settings.
Backward compatibility is maintained for all other models.
Links
统计信息
- 总下载量: 815
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-08