=== AI Chatbot & Support Widget – Bytesweavers AI Chat Master ===
Contributors: bytesweavers
Tags: ai chatbot, ai support, support bot, openai, ai chat widget 
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bytesweavers-ai-chat-master

Boost engagement with an AI chatbot & live chat widget for WordPress. Supports OpenAI, Anthropic, and Google Gemini for smart, automated responses.

== Description ==

Bytesweavers AI Chat Master is a powerful AI chatbot plugin for WordPress that supports multiple AI models including OpenAI, Anthropic, and Google Gemini. Enhance your website's user engagement with intelligent and context-aware chat interactions.

== Screenshots ==

1. **General Settings Page** – Configure API keys and chatbot settings.
2. **Model API Page** – Manage AI model integrations and API settings.
3. **Chatbot Widget Interface** – Frontend chat interface as seen by users.

== External Services ==

This plugin relies on third-party APIs to generate AI chat responses. The following external services are used:

* **OpenAI** -- Accessed via the endpoint:
  `https://api.openai.com/v1/chat/completions`
  
  Used to process chat inputs and generate responses. Data sent includes user messages and website context details.
  
  Terms & Privacy: [OpenAI Terms](https://openai.com/policies/terms-of-use/) | [OpenAI Privacy Policy](https://openai.com/policies/privacy-policy/).

* **Anthropic** -- Accessed via the endpoint:
  `https://api.anthropic.com/v1/messages`
  
  Used for additional AI processing. Data sent includes user messages and website context.
  
  Terms & Privacy: [Anthropic Terms](https://www.anthropic.com/legal/consumer-terms/) | [Anthropic Privacy Policy](https://www.anthropic.com/legal/privacy).

* **Google Gemini** -- Accessed via endpoints such as:
  `https://generativelanguage.googleapis.com/v1beta/models/`
  
  Used for advanced AI responses. Data sent includes user messages and website context.
  
  Terms & Privacy: [Google Terms](https://ai.google.dev/gemini-api/terms/) | [Google Privacy Policy](https://policies.google.com/privacy).

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/bytesweavers-ai-chat-master` directory.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Configure the settings under **Bytesweavers AI Chat Master** in the WordPress admin dashboard.

== Frequently Asked Questions ==

= Do I need API keys? =

Yes. You will need API keys from OpenAI, Anthropic, and Google Gemini for their respective functionalities.

= How do I customize the chat widget? =

Navigate to the plugin settings page in the admin dashboard and configure the appearance, behavior, and API settings as desired.

== Changelog ==

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
Initial release of Bytesweavers AI Chat Master.