| 开发者 | ugoltsev |
|---|---|
| 更新时间 | 2026年1月7日 02:53 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
wp amc when you're ready.wp amc index) to send your site content to the backend.
[ask_my_content] shortcode) and publish/update the page so the chat interface has a front-end location.wp amc index to push the latest changes. Deleted posts are sent to the backend automatically when they are trashed or removed.🔒 Note: Your site's content and user questions are securely sent to an external AI service (OpenAI) for processing.
/wp-content/plugins/ask-my-content, or install via the WordPress Plugins screen.wp amc index from the command line.[ask_my_content]
By default, the plugin uses the developer's OpenAI API key on a secure backend (with generous usage limits). This means you don't need your own OpenAI API key. A future premium version will remove these limits and offer a dedicated Ask My Content API key for unlimited usage.
No. Heavy AI processing (embeddings, search, completions) happens on a separate Node.js backend service.
Currently, posts and pages are indexed automatically. Future versions will allow selecting post types, categories, or custom content.
Yes. Content is transmitted securely to the backend.
Not yet. Ask My Content is not currently compatible with WordPress multisite installations, so it must be activated on individual sites (no network-wide support yet).
Yes. The [ask_my_content] shortcode accepts optional attributes such as title, sessionId, width, height, and the various color tokens (headerBackground, headerTextColor, chatBackground, chatUserBubble, chatBotBubble, inputBackground, inputTextColor). They map to the same style variables used by the block. See the inline comment above amc_render_chat_shortcode() in ask-my-content.php for the current list and defaults.