Releases: muhammedsaidckr/flarum-chatgpt
v1.2.5
Release v1.2.5: Custom ChatGPT API URL Support
New Feature: Configurable ChatGPT API URL
We're excited to announce a new feature that adds flexibility to our Flarum ChatGPT integration. Users can now configure a custom ChatGPT API URL instead of being limited to the default api.openai.com
endpoint.
This feature was implemented in response to a community request. You can view the original feature request and discussion here: Feature Request: Custom API URL Option
Key Changes:
- Added an option in the admin panel to set a custom ChatGPT API URL
- Updated the API client to use the configured custom URL when making requests
- Maintained backwards compatibility: if no custom URL is set, the extension will continue to use the default OpenAI API endpoint
Benefits:
- Supports alternative API endpoints or self-hosted versions of the OpenAI API
- Increases flexibility for different deployment environments
- Allows users to comply with specific organizational or regional requirements
How to Use:
- Navigate to the admin panel
- Find the ChatGPT extension settings
- Locate the new "Custom API URL" field
- Enter your desired API endpoint URL
- Save the settings
Note:
Ensure that your custom API endpoint is compatible with the OpenAI API structure. Incompatible endpoints may cause the extension to malfunction.
We appreciate the community's feedback and contributions. This feature was implemented in response to a user request, demonstrating our commitment to improving the extension based on user needs.
As always, please report any issues or submit feature requests through our GitHub repository.
Thank you for using our Flarum ChatGPT integration!
v1.2.4
Release v1.2.4: Custom ChatGPT API URL Support
New Feature: Configurable ChatGPT API URL
We're excited to announce a new feature that adds flexibility to our Flarum ChatGPT integration. Users can now configure a custom ChatGPT API URL instead of being limited to the default api.openai.com
endpoint.
This feature was implemented in response to a community request. You can view the original feature request and discussion here: Feature Request: Custom API URL Option
Key Changes:
- Added an option in the admin panel to set a custom ChatGPT API URL
- Updated the API client to use the configured custom URL when making requests
- Maintained backwards compatibility: if no custom URL is set, the extension will continue to use the default OpenAI API endpoint
Benefits:
- Supports alternative API endpoints or self-hosted versions of the OpenAI API
- Increases flexibility for different deployment environments
- Allows users to comply with specific organizational or regional requirements
How to Use:
- Navigate to the admin panel
- Find the ChatGPT extension settings
- Locate the new "Custom API URL" field
- Enter your desired API endpoint URL
- Save the settings
Note:
Ensure that your custom API endpoint is compatible with the OpenAI API structure. Incompatible endpoints may cause the extension to malfunction.
We appreciate the community's feedback and contributions. This feature was implemented in response to a user request, demonstrating our commitment to improving the extension based on user needs.
As always, please report any issues or submit feature requests through our GitHub repository.
Thank you for using our Flarum ChatGPT integration!
v1.2.3
Updated chatGPT models
v1.2.2
Added new models e.g gpt-4o-mini
v1.2.1
Updated chatGptPermission check caused to throwing an exception corrupted it
v1.2.0
Added new features
- Permission for chatgpt assistant
- Tags feature added
v1.1.9
Enhancement for the system prompt
v1.1.8
Updated conversation history in a chat.
Using just content of last message. ( Do not use prompt every time )
v1.1.7
Added moderation feature
-- Added moderation feature to the package, If this feature set as enable user cannot create discussion or post reply if it contains inappropriate words.
-- Removed Database/Queue from composer.json file
v1.1.6
Added new models and working without queue job feature