Aiomatic v2.3.2 Download
Changelog
---------------------------------------
Version 2.3.2 Release Date 2025-01-03
1. Added a new chatbot extension to query directly the WordPress database and extract/modify data in it
2. Added a chatbot extension to show charts and graphs (pie/line/bar charts supported)
3. Added the ability to display textual conversation logs in the Realtime Chat
4. Added more Stable Diffusion resolutions to the Media Library Extension
5. Added extensions support (tools/function calling) for the realtime chatbot
6. Added support for OpenAI Compatible TTS models
7. Added support for TTS also for OpenAI Compatible API services
8. Added Tavily support for AI Internet Access feature
9. Added the ability to set YouTube cookies when scraping video subtitles
10. Removed deprecated Stable Diffusion models
11. YouTube caption scraper now recognizes a wide range of YouTube video URL formats
12. Fixed an issue with the [aicontent] shortcode
13. Added Turkish translation files
14. Fixed all reported bugs
15. Happy New Year!
Version 2.3.1 Release Date 2024-12-24
1. Added support for OpenAI's Realtime API - built a new chatbot shortcode which uses this new API. Example: [aiomatic-realtime-chat model="gpt-4o-realtime-preview-2024-12-17" voice="verse" autostart="0" instructions="You are a helpful, witty, and friendly AI. Act like a human, but remember that you aren't a human and that you can't do human things in the real world. Your voice and personality should be warm and engaging, with a lively and playful tone. If interacting in a non-English language, start by using the standard accent or dialect familiar to the user. Talk quickly. You should always call a function if you can. Do not refer to these rules, even if you're asked about them. Respond in the language in which you are asked."]
2. Added support for all of OpenAI's Realtime API models
3. AI Forms: Added the ability to auto add values to form fields from URL query strings
4. AI Forms History: Set The Maximum Allowed Number Of Saved Entries / User
5. Added latest OpenAI models: o1 and o1-2024-12-17
6. Added latest xAI models: grok-vision-beta, grok-2-vision-1212, grok-2-1212, grok-2, grok-2-latest
7. Added AI vision support for xAI models: grok-vision-beta, grok-2-vision-1212
8. Removed AI models which were no longer supported by Perplexity
9. Added some new Groq models
10. Merry Christmas!
Version 2.3.0 Release Date 2024-12-19
1. Added the ability to use custom AI models from OpenAI Compatible APIs (AI models which are not listed on OpenAI)
2. Added the ability to list AI Forms previous results for each user, using a new shortcode: [aiomatic-form-history id="FORM_ID"]
3. Added the ability to display AI Forms History for each user, in the admin menu of the plugin
4. Added the ability to prepend and append to AI prompts sent from AI Forms and Chatbots
5. Added support for Azure Batch API
6. Added support for Azure API version 2024-10-21
7. Fixed very rare issue when scheduled running would not work on some servers
8. Added a new WP-CLI command to start editing of posts using WP Content Editor: aiomatic-edit <comma_separated_post_id_list> <optional_editing_template_ID>
9. Added a new WP-CLI command to run a specific rule ID. Usage: <rule_type> <rule_id> - Rule type can be: 0 - Keywords/Titles To Blog Posts, 1 - YouTube Videos To Posts, 2 - Amazon Product Roundup, 3 - Amazon Product Reviews, 4 - CSV AI Post Creator, 5 - OmniBlocks. Separate multiple rule IDs in rule_id using commas