Skip to content

Releases: VolkanSah/aicc-comments-reply-plugin

v2.0.0

27 Aug 14:52
bfa224b
Compare
Choose a tag to compare

AICC Comments Reply v2.0.0

Release Date: August 27, 2024

I am thrilled to announce the release of version 2.0.0 of the AICC Comments Reply plugin. This major update introduces a variety of new features, enhancements, and optimizations that significantly expand the plugin’s functionality while staying true to its core principles of being lightweight, efficient, and completely free. Below is a detailed overview of what’s new in this release.

New Features

  1. Integrated Moderation Tool
  • Ensuring Safe Interactions: One of the most significant additions in this version is the integration of OpenAI’s Moderation API. This powerful tool automatically scans user comments for inappropriate content before they are processed by the AI. If a comment is flagged as potentially harmful, the plugin prevents it from being processed, ensuring that only appropriate content is handled by the AI.
  • Automated Content Filtering: This feature helps prevent the generation of inappropriate replies, making your website safer and more in line with community standards.
  1. Support for Multiple GPT Models
  • Flexibility in AI Selection: Version 2.0.0 expands the range of GPT models you can choose from, including the latest GPT-4 and GPT-3.5-turbo - Easy Model Switching: You can now easily switch between models directly from the plugin settings, giving you greater control over how AI-generated replies are handled on your site.

Enhancements

  1. Improved Error Handling and Logging
  • Enhanced Debugging: I’ve implemented more robust error handling and logging mechanisms. These improvements ensure that any issues that arise are clearly logged, making it easier to troubleshoot and maintain the plugin.
  • User Notifications: The plugin now provides clearer error messages and notifications to admins, ensuring that you’re always informed if something goes wrong.
  1. Optimized User Interface
  • Streamlined Settings Page: The settings page has been redesigned to be more user-friendly, with intuitive controls and clear explanations for each setting. This makes configuring the plugin easier, even for those who are not technically inclined.
  • Responsive Design: The plugin’s admin interface is now fully responsive, ensuring a seamless experience whether you’re managing your site from a desktop, tablet, or smartphone.

Bug Fixes

  • Resolved API Connection Issues: I’ve addressed issues related to connecting with the OpenAI API, ensuring more stable and reliable communication between your WordPress site and OpenAI’s services.
  • Fixed Model Compatibility Problems: Compatibility with newer GPT models has been improved, resolving previous issues where certain models were not functioning as expected.

Commitment to Open Source

  • Always Free: I remain committed to keeping AICC Comments Reply free and open source, aligning with the true spirit of WordPress. Unlike other plugins that may charge for essential features, AICC Comments Reply will always be available without any hidden costs or premium upgrades.
  • Continuous Improvement: I am dedicated to continuously improving this plugin based on user feedback and evolving technologies, ensuring it remains a valuable tool for the WordPress community.

1.0

09 Apr 09:27
58dd83d
Compare
Choose a tag to compare
1.0

The plugin allows you to configure the following settings:

OpenAI API Key: Enter your OpenAI API key here to use the plugin.
Model: The default model is 'text-davinci-003' (best)
Temperature: Set the temperature parameter to control the creativity of the generated replies. The default temperature is 0.9.
Max Tokens: Set the maximum number of tokens to generate for the reply. The default value is 100.
Top P: Set the top-p parameter to control the diversity of the generated replies. The default value is 1.
Frequency Penalty: Set the frequency penalty parameter to control the likelihood of the same word being repeated in the generated replies. The default value is 0.0.
Presence Penalty: Set the presence penalty parameter to control the likelihood of the same word being present in the generated replies. The default value is 0.0.