| 开发者 | BusinessKiai |
|---|---|
| 更新时间 | 2026年8月21日 01:34 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/bkiai-chat/ directory, or install the plugin through the WordPress plugins screen.[bkiai_chat bot="1"].The free edition includes one active bot, voice recording, design settings, three display modes for Bot 1 (shortcode, popup window, or side/bottom panel), and one uploaded knowledge file (up to 10 MB) for Bot 1. Two OpenAI models are available: GPT-4o mini and GPT-4.1 mini.
Use the shortcode [bkiai_chat bot="1"] to embed the chatbot on a page or post. You can also switch Bot 1 to the popup window or the panel in the Bot 1 settings.
Yes. The plugin sends chat requests to OpenAI in order to generate responses. Please review the external-services section above.
The free edition includes GPT-4o mini and GPT-4.1 mini. Pro and Expert add the full model set including GPT-4o, GPT-4.1, GPT-5 mini, GPT-5, GPT-5.1, GPT-5.2, GPT-5.4 nano/mini/pro, GPT-5.5 and GPT-5.6 (Sol, Terra, Luna).
The free edition allows one knowledge file up to 10 MB. Supported formats: Markdown (.md), plain text (.txt), and CSV. Pro allows up to 25 MB per file, Expert up to 100 MB per file.
Yes. For the plugin to work, you need your own OpenAI API key. The plugin connects your WordPress site to the OpenAI models, and OpenAI API usage costs are billed separately through your OpenAI account.
Yes. You can start with the Free edition and later upgrade to Pro (2 bots, all advanced features) or Expert (up to 20 bots) at any time. Upgrade is possible on the BusinessKiai product page.
Website-content knowledge sources (crawling your own pages as knowledge) is a Pro/Expert feature. In the Free edition, you can upload one Markdown, TXT, or CSV file as the bot's knowledge base.
Yes, the free edition is fully functional for smaller sites, first chatbot projects, and single-bot use cases. The public request protection (per-IP burst limit) and daily token limit help control spam and API costs.
http:// page - browsers only release the microphone in a secure context (https://, or localhost). The message now names that reason.?bkiai_debug=1 URL parameter (admins only) for troubleshooting bot answers.{prefix}_bkiai_embeddings to store vector data. Automatically created on plugin activation, removed on uninstall.[bkiai_chat bot="1"] now works correctly in the Gutenberg block editor and on Full Site Editing (FSE) block themes (Twenty Twenty-Three/Four/Five and similar). Previously the chat rendered its markup but produced a bkiaiChatConfig is not defined JavaScript error on page load, and the input field could not send messages. Root cause: on block-based rendering the shortcode runs after the normal script-enqueue phase, so wp_localize_script() was ignored. The shortcode now outputs its JavaScript configuration as an inline script directly before the chat markup, which works reliably with any theme and page builder.BKIAI_CHAT_FREE_VERSION) synchronised with the plugin header so that browser cache-busting for CSS/JS works correctly on updates.