Blog
-
AI Engine Function Calling
This example bypasses the typical process of sending API results back to the AI model for final output processing. We achieve consistency and speed by directly formatting the API results ourselves, eliminating the need for additional AI intervention. For demonstration purposes we will be using the Yahuu Finance API. How about we explore the function…
-
AI Engine Deepgram Text-To-Speech
Leverages Deepgram’s API for lightning-fast text-to-speech. AI Engine voice recognition upgrades enable uninterrupted, natural conversation. Click the microphone and start talking! (AI Engine’s Voice Recognition does not work on Firefox) They currently have a promotional offer at the time of this writing: This plugin has been superseded by my all in one Text-To-Speech plugin. Please…
-
AI Engine Form Image Upload
Now it’s possible to add vision support to your forms! Check out these examples and the source code below. Vision by Image Upload Vision by Image URL Edited 2024-06-06 for compatibility with latest version of AI Engine. Installation For only the file upload version, add the following JavaScript to a post or page with an…
-
AI Engine Conversation Starters
Conversation starters are a beloved feature from ChatGPT that are now possible in AI Engine. I’ve included the code and instructions below. If you’re looking for buttons that AI can dynamically add to responses, including multi-select buttons, check out my plugin here. Updated for AI Engine 2.5.1 on July 28th 2024 Installation Add the following…
-
AI Engine Form Temperature Slider
A lower temperature (closer to 0) makes the form’s responses more predictable, logical, and closer to the most likely outcomes based on its training data. Higher temperatures (closer to 1) increase the randomness, creativity, and diversity of the responses, but can also lead to less coherent or relevant answers. Installation Add the following JavaScript to…
-
AI Engine Raw Query Log
Install this plugin and get a powerful dashboard widget displaying the 25 most recent AI Engine queries. Debug faster and smarter with enriched query data. 💾 Download WordPress Plugin Let’s enhance your business! I can help you develop custom AI engine extensions or broader AI strategies.Contact me.
-
AI Engine en-US to en-GB
Effortlessly switch your chatbots and forms to British English! Say goodbye to inconsistent prompts. This plugin seamlessly translates query results with a JSON dictionary – no prompt changes needed. Simple, dependable, and thorough. Install, activate, and enjoy proper British English! 💾Download WordPress Plugin Let’s enhance your business! I can help you develop custom AI engine…
-
How to Add Custom CSS to Your WordPress Site
CSS is the backbone of web design, the tool that transforms a website from a collection of words and images into a visually engaging experience. In the WordPress ecosystem, the power of custom CSS can be harnessed directly within posts or pages, thanks to the versatile Custom HTML block. Whether you’re looking to make minor…
-
Enhancing Your WordPress Pages with Custom JavaScript
In the world of web development, JavaScript stands out as a fundamental tool, enabling web developers and content creators to add interactive elements to websites. For WordPress users, incorporating custom JavaScript into posts or pages can significantly enhance user experience, from adding simple animations to integrating complex functionalities. This guide walks you through the process…
-
Integrating PHP Scripts into Your WordPress Site
WordPress, as a robust Content Management System (CMS), offers tremendous flexibility for customization. Whether you’re aiming to add custom features, enhance functionality, or inject personal flair into your site, PHP scripts play a pivotal role. In this guide, we’ll explore two straightforward methods to add PHP scripts to your WordPress site. Method 1: Using MeowApp’s…