Replace WordPress default comment area for posts with an AI chat powered by either DeepSeek or OpenAI.
Author: | Qgenius (profile at wordpress.org) |
WordPress version required: | 5.7 |
WordPress version tested: | 6.7.2 |
Plugin version: | 1.0.2 |
Added to WordPress repository: | 07-03-2025 |
Last updated: | 11-03-2025 |
Rating, %: | 0 |
Rated by: | 0 |
Plugin URI: | |
Total downloads: | 155 |
![]() Click to start download |
Comment2AIChat disables WordPress default comments on posts and replaces them with a chatbot-like interface.
It provides integration with two models:
1. DeepSeek (model: deepseek-chat
)
2. OpenAI (model: o3-mini
)
A settings page under “Settings > AIChat” allows you to select the model, enter your API key, and set a custom prompt.
Use the shortcode [comment2aichat_chat]
to display the chat interface anywhere (e.g., on pages or within posts).
By default, the AI chat is automatically appended to single post contents.
External Services
This plugin connects to external APIs to provide AI chat functionality.
– OpenAI API
When the “OpenAI” model is selected, the plugin sends the user’s message and a system prompt to OpenAI’s endpoint at https://api.openai.com/v1/chat/completions
.
The API key is used for authentication.
Please review OpenAI’s Terms of Service and Privacy Policy for details.
- DeepSeek API
When the “DeepSeek” model is selected, the plugin sends the same data to DeepSeek’s endpoint athttps://api.deepseek.com/chat/completions
.
The API key is used for authentication.
Refer to DeepSeek’s official documentation for its terms of DeepSeek Privacy Policy.
Screenshots
FAQ
ChangeLog