Skip to content

Releases: muhammedsaidckr/flarum-chatgpt

v1.2.5

02 Sep 13:21
Compare
Choose a tag to compare

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:

  1. Navigate to the admin panel
  2. Find the ChatGPT extension settings
  3. Locate the new "Custom API URL" field
  4. Enter your desired API endpoint URL
  5. 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

02 Sep 13:20
Compare
Choose a tag to compare

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:

  1. Navigate to the admin panel
  2. Find the ChatGPT extension settings
  3. Locate the new "Custom API URL" field
  4. Enter your desired API endpoint URL
  5. 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

23 Aug 10:03
Compare
Choose a tag to compare

Updated chatGPT models

v1.2.2

18 Jul 20:07
Compare
Choose a tag to compare

Added new models e.g gpt-4o-mini

v1.2.1

10 Jul 14:12
Compare
Choose a tag to compare

Updated chatGptPermission check caused to throwing an exception corrupted it

v1.2.0

04 Jul 15:18
Compare
Choose a tag to compare

Added new features

  • Permission for chatgpt assistant
  • Tags feature added

v1.1.9

27 Jun 11:32
Compare
Choose a tag to compare

Enhancement for the system prompt

v1.1.8

27 Jun 09:56
Compare
Choose a tag to compare

Updated conversation history in a chat.
Using just content of last message. ( Do not use prompt every time )

v1.1.7

24 Jun 14:49
Compare
Choose a tag to compare

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

12 Jun 12:31
Compare
Choose a tag to compare

Added new models and working without queue job feature