| 开发者 |
muradbd
easyit |
|---|---|
| 更新时间 | 2026年6月1日 02:05 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[eaic_chat], no coding required.
Choose from the world's best AI providers, or run a local model for free with Ollama. You own your data, you control your keys. No tracking, no telemetry.
🌐 Website: easyit.com.bd 📺 Tutorials: youtube.com/@easybdit 💬 Community: facebook.com/easybdit✨ Supported AI Providers
[eaic_chat provider="gemini"][eaic_chat]
With a specific provider:
[eaic_chat provider="gemini" title="Support Bot" height="500"]
With a custom system prompt:
[eaic_chat provider="ollama" system_prompt="You are a helpful gardening assistant."]
Available attributes: provider, title, placeholder, system_prompt, height
🔒 Privacy
When a user sends a message, it is forwarded to your configured AI provider along with the conversation history. Messages are also stored in your own database so conversations can resume. Nothing is sent to the plugin author. You should mention your chosen provider in your site's Privacy Policy.
[eaic_chat] to any page, post, or widget areaFor OpenAI, Anthropic, DeepSeek, and Google Gemini — yes, you need your own API key. For Ollama — no key needed, just a running Ollama server.
Locally on your server, or any machine reachable via HTTP. Visit ollama.com for installation instructions.
Yes — in two custom database tables in your own database. All data is deleted when you uninstall the plugin. Guest sessions use a cookie token and are never linked to personal data.
A "no-storage" mode is on the roadmap. Currently you can clear conversations using the trash icon in the chat sidebar.
No. Frontend assets (~25 KB CSS + ~15 KB JS) only load on pages where the [eaic_chat] shortcode is used.
Yes — use the provider attribute to specify different providers on different pages: [eaic_chat provider="openai"] on one page and [eaic_chat provider="gemini"] on another.
Yes — GPL-2.0-or-later. The only costs are to your chosen AI provider. Ollama is completely free.
WooCommerce-specific bots (Order Status Bot, Product Q&A Bot, Floating Widget) are available in EasyIT AI Chat Pro.
frontend_i18n() a static method, updated Anthropic default model, fixed Tested up to header (6.8), improved copy button error handling in Shortcode Builder.[eaic_chat profile="your-slug"]. Profiles appear in the Shortcode Builder for one-click selection.[easyai] to [eaic_chat] to use the plugin's eaic prefix (WordPress.org review feedback).$_POST.load_plugin_textdomain() call (handled automatically since WP 4.6+).