Convera – Chat Bot by Simple AI

説明

Convera – Chat Bot by Simple AI provides a seamless integration for an OpenAI-based chatbot (GPT-4o) on your WordPress website. Built with efficiency and privacy in mind, the plugin runs completely without external third-party CDN dependencies by hosting required libraries like marked.js locally on your server.

Deploy the assistant globally via automated footer integration or specify its position using a simple shortcode. Within the dedicated administration panel, you can define the system prompt to supply the artificial intelligence with your specific business context and guidelines.

Features:

  • OpenAI Integration: Connect your own GPT-4o model via your private OpenAI API key.
  • Prompt Engineering: Full control over the system prompt to guide the assistant’s behavior and knowledge base.
  • Shortcode & Footer Support: Utilize [convera_chat_bot] or enable automated global output in the website footer.
  • 100% Local Assets: No tracking scripts, no external CDN requests. Marked.js is loaded straight from your domain.
  • Session Control: Frontend users can clear their conversation history instantly with a single click.

External Services

This plugin requires a connection to a third-party external API service to process and stream the artificial intelligence interactions.

  • Service Name: OpenAI API (Chat Completions Endpoint)
  • Purpose: Transmits user input and conversation context to generate text replies via the selected GPT model.
  • Data Transmitted: Sends the current chat conversation transcripts and your custom system framework prompt when a website visitor submits a message. No structural core WordPress user account metadata or database internals are ever compiled or sent.
  • Links: * OpenAI Terms of Service: https://openai.com/policies/terms-of-use/
    • OpenAI Privacy Policy: https://openai.com/policies/privacy-policy/

スクリーンショット

インストール

  1. Upload the directory convera-chat-bot to the /wp-content/plugins/ directory, or install directly via the WordPress admin dashboard.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to Convera Chat Bot -> Settings in your admin menu.
  4. Input your OpenAI API key and configure your custom system prompt.
  5. Embed the shortcode [convera_chat_bot] onto any page or rely on the automatic footer deployment option.

FAQ

Do I need an OpenAI account?

Yes, a valid API key from OpenAI (platform.openai.com) is required.

Is this plugin privacy-compliant?

No user interaction or chat history is stored on your local server. Messages are processed directly via OpenAI’s official API. Because all scripts are hosted locally, no connections to external asset servers or tracking CDNs are established.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Convera – Chat Bot by Simple AI はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Convera – Chat Bot by Simple AI” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • Codebase architecture completely purged of built-in locked settings layers to match Guideline 5.
  • External API connection fully documented inside the core repository requirements folder structure.
  • Structural AJAX Nonce CSRF security integration deployed inside endpoint transmission pathways.