Simple AI Chat Embed provides a flexible way to add interactive AI chat functionality to your posts, pages, or widget areas. Configure API keys once, select your desired model, and embed the chat using your preferred method.
Features:
Go to Settings > AI Chat Embed in your WordPress admin area.
Insert the following shortcode into any post, page, or text widget:
[simple_ai_chat_embed]
This will use the default model, prompt, and chatbot name configured in the plugin settings.
You can override the defaults using the following attributes:
model: Specify the AI model ID to use (e.g., gpt-4, claude-3-opus-20240229).prompt: Provide a custom initial system prompt.name: Set a custom name for the chatbot.Example:
[simple_ai_chat_embed model=”gpt-4-turbo” prompt=”You are a helpful assistant.” name=”Support Bot”]