=== AI Reply ===
Contributors: Benson Ruan
Tags: comment, reply, OpenAI, AI, ChatGPT
Tested up to: 6.2.2
Stable tag: 1.0.0
License: GPLv2 or later

Adds a "Reply with ChatGPT" option to the wp-admin comment page. This plugin utilizes OpenAI API to generate auto-text for comment replies.

== Description ==

The "AI Reply" plugin adds a new "Reply with ChatGPT" option to the comment page in wp-admin. This option utilizes OpenAI API to generate a text response to the comment. It helps to save time and effort by auto-generating a response to the comment.

This plugin uses the OpenAI API, which requires an API key. To use the plugin, you need to create an account on OpenAI and get an API key. You can follow the steps given in the documentation of the plugin for more information.

== Installation ==

Upload the plugin files to the /wp-content/plugins/ai-reply directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the 'Plugins' screen in WordPress.
Go to "AI Reply Settings" in wp-admin, and enter your OpenAI API key.
Save the settings, and you are ready to go.

== External Service Usage ==

This plugin relies on a 3rd party service provided by OpenAI for certain functionality. By making API calls to the OpenAI API endpoint, it can leverage state-of-the-art machine learning models, such as GPT-3, to generate high-quality, context-aware text based on input prompts. The API completion process involves sending a prompt to the API, which then generates a response, this plugin use it for replying comments automatically. Here are the details regarding the usage of the external service:

- Service: OpenAI API
- Service URLs: 
[https://api.openai.com/v1/chat/completions](https://api.openai.com/v1/chat/completions)
[https://api.openai.com/v1/completions](https://api.openai.com/v1/completions)
- Terms of Use: [Link to the OpenAI API Terms of Use](https://openai.com/policies/terms-of-use)
- Privacy Policy: [Link to the OpenAI Privacy Policy](https://openai.com/policies/privacy-policy)

Please review the terms of use and privacy policy of the external service to understand how your data is handled and ensure compliance with any legal requirements.

== Frequently Asked Questions ==

= How can I get an API key for OpenAI? =

To get an API key for OpenAI, you need to create an account on OpenAI and generate an API key. You can follow the steps given in the documentation of the plugin for more information.

= Can I customize the generated replies? =

No, you cannot customize the generated replies, as they are generated by the OpenAI API. However, you can edit the text before sending the reply.

= Is there a limit on the number of replies I can generate? =

Yes, there is a limit on the number of replies you can generate based on your OpenAI API plan.

== Screenshots ==

The "Reply with ChatGPT" option in the wp-admin comment page.
The "AI Reply" settings page.
== Changelog ==

= 1.0.0 =

Initial release.
== Upgrade Notice ==

= 1.0.0 =
Initial release. No upgrade needed.