Chiebot – AI Chat Assistant

Popis

Chiebot is a WordPress plugin that builds a RAG (Retrieval-Augmented Generation) chatbot using OpenAI Responses API and Vector Store. Use your own API key to train the AI on your site content and uploaded documents to answer visitor questions.

Let AI learn your site content and automatically answer visitor questions 24/7

Free Version – Fully Functional RAG Chatbot

The free version includes everything you need to run an AI-powered chatbot on your site:

  • Complete RAG Chat System – OpenAI Responses API with file_search for accurate, context-aware answers
  • Site Content Learning – Train AI on up to 3 pages from your posts and pages
  • Document Upload – Upload 1 PDF, TXT, Markdown, Word, or CSV file (up to 5MB) as knowledge source
  • Beautiful Chat Widget – Modern, responsive design that auto-displays on your site
  • Shortcode Support – Place the chat widget anywhere using [chiebot]
  • Question Logs – Track conversations and export to CSV
  • Suggested Questions – Configure up to 3 quick-start prompts for visitors
  • Bring Your Own API Key – No monthly subscription, pay only for OpenAI usage

Pro Version – Enhanced Features

For power users and agencies who need more:

  • Unlimited document uploads (up to 20MB each)
  • Unlimited site learning
  • Auto re-learning when content updates

Perfect For

  • E-commerce – Automatically answer product questions
  • Clinics & Medical – Handle inquiries about hours and appointments
  • SaaS & Services – FAQ support for pricing and features
  • Corporate Sites – Explain company info and services
  • Educational Institutions – Answer questions about enrollment and courses

External Services

This plugin communicates with the following external services:

  1. OpenAI API (api.openai.com)

  2. License Server (license.wp-ai-chat-bot.work) – Pro version only

    • Purpose: Pro license verification
    • Data sent: License key, site URL
    • User conversation data is NOT sent to this server

Instalace

  1. Upload the plugin to /wp-content/plugins/chiebot/
  2. Activate the plugin through the WordPress admin
  3. Go to „AI Chat > Chat Settings“ and enter your OpenAI API key
  4. Go to „Knowledge Source“ to select pages for learning or upload documents
  5. The chat widget will automatically appear in the bottom-right corner of your site

You can also use the shortcode [chiebot] to place the chat widget anywhere.

Nejčastější dotazy

Where can I get an OpenAI API key?

Create an account at OpenAI Platform and generate an API key. It uses pay-as-you-go pricing, so you only pay for what you use.

Is there a monthly fee?

The plugin itself has no monthly fee. The Pro version is a one-time purchase. You only pay for OpenAI API usage (pay-as-you-go), which typically costs just a few dollars per month for normal usage.

What’s the difference between Free and Pro?

The free version includes full RAG chatbot functionality. The Pro version adds: unlimited site learning pages, larger document uploads (5MB to 20MB), and auto re-learning.

What document formats can I upload?

PDF, TXT, MD (Markdown), DOCX (Word), and CSV formats are supported.

What happens when the AI can’t answer a question?

You can set a fallback message. You can also check the question logs to see „no answer“ queries and improve your content accordingly.

Does it support multiple languages?

The AI can respond in multiple languages. It answers in the language of your trained content. The admin interface is currently in English.

Is it secure?

API keys are encrypted with AES-256-CBC. User conversation data is sent directly to OpenAI and is not transmitted to our servers.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Chiebot – AI Chat Assistant je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přehled změn

0.3.3

  • Fixed: Allow Markdown (.md) and CSV file uploads

0.3.2

  • Removed log retention limit (logs are now kept indefinitely)

0.3.1

  • Removed character limit for site learning (Pro: unlimited pages, Free: 3 pages)
  • Simplified codebase

0.3.0

  • Added chat widget visibility toggle in admin settings

0.2.0

  • Added internationalization (i18n) support
  • Added Japanese translation
  • Fixed translation loading for WordPress 6.7+

0.1.0

  • Initial release
  • RAG chat using OpenAI Responses API + file_search
  • Site post and page learning
  • External document upload (PDF/TXT/MD/DOCX/CSV)
  • Frontend chat widget
  • Question logs with CSV export
  • Pro license support