AI Engine Pro Cracked | ChatGPT Chatbot/Content Generator Plugin

$3.99

Description

Official Theme/Plugin Demo

AI Engine Pro is a powerful WordPress plugin designed for creating ChatGPT-like chatbots. It not only helps you generate high-quality content but also generates images, provides title suggestions, and optimizes excerpts. With AI Engine Pro, you can easily integrate artificial intelligence technology into your website to provide users with a smarter interactive experience.

This plugin supports various AI tasks, including translation, text correction, content generation, and more. You can try various functions in the AI Playground to find the best application scenarios for your website. AI Engine Pro also provides detailed OpenAI usage statistics to help you track AI usage and set reasonable limits.

AI Engine Pro Cracked offers you a complete feature experience without the need to pay high fees. Whether for personal blogs or business websites, AI Engine Pro can help you enhance content quality and user experience. Continuous updates ensure that you always have the latest features and optimizations.

With AI Engine Pro, you can easily create one or more chatbots, each with different functions and behaviors. Whether it’s a customer service bot, content generation assistant, or intelligent recommendation system, AI Engine Pro can meet your needs.

🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹 Version Update Log 🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹🔹

The update log for the AI Engine Pro plugin is as follows:
= 2.7.5 (2025/03/12) =
* Added: Support for Claude 3.7 introduced.
* Added: Updated pricing and added support for gpt-4.5-preview, o1-mini, and o3-mini.
* Fixed: OpenAI Assistant (tools) can now be updated without overwriting existing settings.
* Fixed: Prevented AI forms from overwriting HTML elements without the data-default-value attribute.
* Fixed: Mandatory fields in AI forms are now strictly enforced even if not mentioned in the prompt.
* Fixed: Resolved issues with fields via selectors not saving or reapplying upon loading.
* Updated: Added extra checks to ensure processing occurs before attaching the store to the OpenAI Assistant's thread.
* Updated: Improved support for the assistant with forms and individual file uploads, although there are still bugs with OpenAI's vector storage.
* Fixed: Resolved issues with AI forms and MIME types—OpenAI only supports images, but Anthropic handles PDFs well.
* Updated: Replaced set_max_sentences with set_max_messages for clarity.
* Updated: Links in the chatbot now always open in a new tab to enhance user experience.
* Note: Expected function calls now work correctly, but Gemini remains unreliable.
* Removed: OpenAI status is no longer provided as they have stopped offering an RSS feed.

= 2.7.4 (2025/01/26) =
* Added: Support for perplexity models.
* Added: MwaiAPI available for AI forms (AI.formReply filter, forms, getForm).
* Updated: Azure API set to version 2024-12-01.
* Updated: Correctly applied tools and visual tags on models in OpenRouter.
* Fixed: Re-added shortcode related to statistics.
* Fixed: Fallback to default resolution if the model does not support it.
* Info: DeepSeek extension plugin: https://meowapps.com/products/deepseek/.

= v2.7.3 (2025/01/16) =
* New: Discussions and queries now support real-time features (cost calculated based on tokens returned by OpenAI).
* Updated: More intelligent handling of embedding synchronization. If the embedding has no content, it will be removed, and synchronized only when necessary.
* Updated: OpenAI now uses max_completion_tokens instead of max_tokens.
* Fixed: In the AI form, Select/Radio may not display any options by default.
* Fixed: o1 does not work properly in the content generator (issue related to Max Tokens).
* New: In the content generator, Max Tokens is now optional.
* Fixed: Prevent the chatbot block from crashing when switching to custom.
* New: Added a 'Run Task' button in the 'Developer Tools'.

### Changelog - Version 2.7.2 (January 5, 2025)

#### New Features
- **Real-time Audio Chatbot (Pro):** Introduced a brand new real-time audio chatbot feature that runs smoothly and supports function calls. Users can try this new feature, but please note that the cost of using related models is high. Currently, the AI engine has not processed statistics (Queries/Discussions tab).

#### New Properties
- **'className' property for Shortcuts API:** Added a new `className` property to the Shortcuts API, allowing for more flexible customization and integration of shortcuts.

#### Bug Fixes
- **Selector Fix in AI Form:** Resolved the issue where the selector in the AI form could not correctly retrieve div content, now able to accurately obtain content from the specified area.

- **Chat Block Fix in Custom Mode:** Fixed the issue where the chat block did not function properly in custom mode, ensuring that the feature operates as expected.

### Version v2.6.9 (January 1, 2025)

- **Information:** Happy New Year to everyone, brothers and sisters in the AI community! 🎉
- **New:** Support for o1 (if you have access).
- **Update:** Handling streaming with o1 (depends on the specific model).
- **Information:** o1 Preview and o1 Mini do not support instructions or context (such as embedding). This is a limitation from OpenAI. Once OpenAI allows it, the AI engine will address this issue. However, it applies to o1.
- **New:** Added o1 support instructions in the usage section.
- **New:** Added an option for automatic title feature for discussions.
- **New:** Added an option to modify the Header subtitle for the “Timeless” theme ("Discussion with...").
- **New:** Added an option to ignore word boundaries (i.e., spaces!) in security settings.
- **New:** Added three new JS functions for the chatbot API: getBlocks, addBlock, and removeBlockById.
- **New:** Added a new upload field in the AI form. Supports images, files, audio (currently limited to one file per form).
- **New:** Added a new 'callback' type for shortcuts. It requires an 'onClick' function.
- **New:** Added placeholders {CATEGORY}, {CATEGORIES}, {AUTHOR}, {PUBLISH_DATE} in embedded prompts.
- **New:** Added local memory for the AI form (checks the parameters of the submission block).
- **New:** Added a reset button for the AI form.
- **Update:** The automatic title feature for discussions is now more reliable.
- **Update:** HTML is allowed in instructions.
- **Update:** Provided better instructions in the fine-tuning data editor.
- **Update:** Minor enhancements to the “Timeless” theme.
- **New:** Added a button to reset usage in the dashboard tab.
- **Fix:** Issues related to the initial HTML block (GRDP block may reset all blocks).
- **Fix:** Automatic refreshing of discussions works only when the browser tab is active.
- **Fix:** Issues causing crashes when using chatId through the API.
- **Fix:** Enhanced internal API around takeover.
- **Fix:** Issues with assistant behavior when function calls do not return expected results.
- **Fix:** Context in queries (statistics module) is now available to the assistant.
- **Fix:** Better handling of RTL websites.
- **Fix:** If the environment is default, the model is also default (for chatbots and AI forms).

### Version v2.6.8 (November 13, 2024)

- **New:** Added support for 'Files' similar to 'Vision'. This currently means that PDF files can be uploaded in the chatbot when using Sonnet 3.5. This will expand to other models and features in the future.
- **New:** Message integrity checks. This will help prevent malicious attempts to modify system/assistant messages in the chatbot. An entry will be added to the developer tools log (in the AI engine's UI) when a malicious query is detected against the chatbot. This is currently for testing purposes, and for those interested in helping us test, it will be deployed with options to kick/disable once refined.
- **Update:** Discussions now also include starting sentences.
- **Fix:** WP Cron running too frequently related to discussions (forgot to remove debug code).
- **Fix:** Encoding data used in chatbot shortcodes to avoid issues caused by special characters.
- **Fix:** Support for embedding models without defined dimensions (hi, Ollama's embedding models!).