Linux 软件免费装
Banner图

EasyIT AI Chat — Chatbot for OpenAI, Claude, DeepSeek, Gemini & Ollama

开发者 muradbd
easyit
更新时间 2026年6月1日 02:05
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

chatbot gemini openai ai chatbot ollama

下载

1.0.3 1.0.7 1.0.4 1.0.8 1.0.9 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.30 1.0.31 2.0.1 1.0.21 2.0.0

详情介绍:

EasyIT AI Chat is the easiest way to add an AI chatbot to any WordPress page or post. Add a ChatGPT-style assistant powered by OpenAI, Anthropic Claude, Google Gemini, DeepSeek, or a free local Ollama model — just drop in [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 🚀 Key Features 🛒 WooCommerce Add-on (Pro) Looking for WooCommerce features? EasyIT AI Chat Pro adds: 🔧 Shortcode Examples Basic usage: [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.

安装:

Automatic Installation (Recommended)
  1. Go to Plugins → Add New in your WordPress dashboard
  2. Search for EasyIT AI Chat
  3. Click Install Now then Activate
Manual Installation
  1. Download the plugin zip file
  2. Go to Plugins → Add New → Upload Plugin
  3. Upload the zip and click Install Now
  4. Activate the plugin
Setup
  1. Go to EasyIT AI Chat → Settings
  2. Choose your preferred AI provider and enter your API key
  3. Click Test Connection to verify everything works
  4. Add [eaic_chat] to any page, post, or widget area

屏幕截图:

  • Settings page — provider tabs (Ollama, OpenAI, Anthropic, DeepSeek, Gemini), server URL, model, and Test Connection button.
  • Adding the chatbot to any page — just drop the [eaic_chat] shortcode into a block.

升级注意事项:

2.0.0 Major release: 8 new security features — Access Restriction, IP Blocklist, Word Filter, Prompt Injection Detection, No-Storage Mode, Math Captcha, Abuse Alert, Message Length Limit. 1.0.31 New: Webhook support — POST to any URL after each AI response. JSON payload + optional HMAC signature. Settings → Webhook. 1.0.30 New: Multiple Bot Profiles — named configurations loaded via profile="slug" shortcode attribute. 1.0.29 New: Shortcode Builder admin page — configure chatbot visually, get shortcode instantly. No typing required. 1.0.28 New: Context window setting (1–20 messages) to control AI memory per request. Lowers token cost on long chats. 1.0.27 New: Read Aloud (TTS) — speaker button on AI messages, uses browser SpeechSynthesis, no external service. 1.0.26 New: GDPR Consent Gate — cookie-based consent banner before chat starts. Configurable text. Enable in Settings → UI. 1.0.25 New: Fullscreen mode — expand button in topbar, Escape to exit. 1.0.24 New: Session search box in sidebar — filter conversations by title, client-side, instant. 1.0.23 New: Message feedback (👍/👎) on AI responses. Ratings tracked in DB and shown in Analytics. 1.0.22 New: Copy button on AI messages — hover to reveal, click to copy to clipboard. 1.0.21 New: Message timestamps (HH:MM) displayed next to each message label. 1.0.20 New: Stop button cancels AI response mid-stream; Regenerate button re-runs the last query. 1.0.19 Improved typing indicator: smooth 3-dot animation replaces the hourglass bubble for a cleaner, more familiar chat UX. 1.0.18 New feature: Analytics Dashboard — total chats, messages, 7-day chart, top provider. Admin only. 1.0.17 New feature: Floating Chat Widget — fixed launcher button on every page, opens a slide-up chat panel. 1.0.16 New feature: Conversation Export — download button saves current chat as a .txt file. 1.0.15 New feature: Voice Input — microphone button with Web Speech API, transcribes speech into the chat input. 1.0.14 New feature: Color Customization — accent, user bubble, and AI bubble colors via color pickers in Settings → UI. 1.0.13 New feature: Custom AI Avatar — replace the default robot emoji with your own image via Settings → UI. 1.0.12 New feature: Suggested Questions — clickable chips that send a question instantly when clicked. 1.0.11 New feature: Welcome Message — show a custom AI greeting when chat opens. Enable in Settings → UI. 1.0.10 Adds a convenient "Upgrade to Pro" link in the plugins list. 1.0.9 Critical fix: resolves fatal error on activation. All users should update immediately. 1.0.8 Minor maintenance update. Recommended for all users. 1.0.7 WooCommerce bots moved to EasyIT AI Chat Pro. Default models updated to latest versions (GPT-4o-mini, Claude 3.5 Haiku, Gemini 2.0 Flash). 1.0.4 Adds Google Gemini support, auto-title sessions, data retention cron, and per-IP rate limiting. Recommended for all users. 1.0.3 The shortcode has been renamed from [easyai] to [eaic_chat]. If you used [easyai] on any pages, please update them after upgrading. 1.0.2 Security and WordPress.org compliance update. Recommended for all users.

常见问题:

Do I need an API key?

For OpenAI, Anthropic, DeepSeek, and Google Gemini — yes, you need your own API key. For Ollama — no key needed, just a running Ollama server.

How do I get an API key?

Where can I run Ollama?

Locally on your server, or any machine reachable via HTTP. Visit ollama.com for installation instructions.

Does the plugin store conversations?

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.

Can I disable conversation history?

A "no-storage" mode is on the roadmap. Currently you can clear conversations using the trash icon in the chat sidebar.

Will it slow down my site?

No. Frontend assets (~25 KB CSS + ~15 KB JS) only load on pages where the [eaic_chat] shortcode is used.

Can I use multiple providers on the same site?

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.

Is this plugin really free?

Yes — GPL-2.0-or-later. The only costs are to your chosen AI provider. Ollama is completely free.

Does it work with WooCommerce?

WooCommerce-specific bots (Order Status Bot, Product Q&A Bot, Floating Widget) are available in EasyIT AI Chat Pro.

Where can I get support?

更新日志:

2.0.1 2.0.0 1.0.31 1.0.30 1.0.29 1.0.28 1.0.27 1.0.26 1.0.25 1.0.24 1.0.23 1.0.22 1.0.21 1.0.20 1.0.19 1.0.18 1.0.17 1.0.16 1.0.15 1.0.14 1.0.13 1.0.12 1.0.11 1.0.10 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1