PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 7.7.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v7.7.7
8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 All 534 releases
← All changes | includes/integration/openai/admin/help.php +14 -16 8.7.37.7.7 View file →
@@ -2,11 +2,9 @@
2 2 <div class="card">
3 3 <div class="card-header">
4 4 <h2 class="mb-0">
5 5 <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#panelsStayOpen-collapseZerocollapseZeroServices" aria-expanded="false" aria-controls="panelsStayOpen-collapseZerocollapseZeroServices">
6 - <?php
7 -if (!defined('ABSPATH')) exit; // Exit if accessed directly
8 -esc_html_e( 'Getting Customized Results from the AI Services','chatbot');?>
6 + <?php esc_html_e( 'Getting Customized Results from the AI Services','chatbot');?>
9 7 </button>
10 8 </h2>
11 9 </div>
12 10 <div id="panelsStayOpen-collapseZerocollapseZeroServices" class="collapse" aria-labelledby="panelsStayOpen-headingZer">
@@ -49,9 +47,9 @@
49 47 <div class="card">
50 48 <div class="card-header">
51 49 <h2 class="">
52 50 <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#panelsStayOpen-collapseOne-compare" aria-expanded="false" aria-controls="panelsStayOpen-collapseOne-compare">
53 - <?php esc_html_e( 'Fine Tuning VS GPT Assistants VS RAG', 'chatbot'); ?>
51 + <?php esc_html_e( 'Fine Tuning VS GPT Assistants VS RAG', 'wpchatbot' ); ?>
54 52 </button>
55 53 </h2>
56 54 </div>
57 55 <div id="panelsStayOpen-collapseOne-compare" class=" collapse" aria-labelledby="panelsStayOpen-headingOne-compare">
@@ -56,9 +54,9 @@
56 54 </div>
57 55 <div id="panelsStayOpen-collapseOne-compare" class=" collapse" aria-labelledby="panelsStayOpen-headingOne-compare">
58 56 <div class="card-body">
59 57 <p>
60 - <?php echo esc_html__( 'We suggest using GPT Assistants or RAG instead of Fine Tuning as Fine Tuning requires a lot of properly formatted data and GPT Assistants are easier to set up. You can still use your website data to train the bot.', 'chatbot'); ?>
58 + <?php echo esc_html__( 'We suggest using GPT Assistants or RAG instead of Fine Tuning as Fine Tuning requires a lot of properly formatted data and GPT Assistants are easier to set up. You can still use your website data to train the bot.', 'wpchatbot' ); ?>
61 59 </p></br>
62 60 </div>
63 61 </div>
64 62 </div>
@@ -157,9 +155,9 @@
157 155 <div class="card">
158 156 <div class="card-header">
159 157 <h2 class="mb-0" id="panelsStayOpen-OpenAI-RAG">
160 158 <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#panelsStayOpen-OpenAI-RAG-collapse" aria-expanded="false" aria-controls="panelsStayOpen-OpenAI-RAG">
161 - <?php esc_html_e( 'OpenAI RAG', 'chatbot'); ?>
159 + <?php esc_html_e( 'OpenAI RAG', 'wpchatbot' ); ?>
162 160 </button>
163 161 </h2>
164 162 </div>
165 163 <div id="panelsStayOpen-OpenAI-RAG-collapse" class=" collapse" aria-labelledby="panelsStayOpen-OpenAI-RAG">
@@ -164,24 +162,24 @@
164 162 </div>
165 163 <div id="panelsStayOpen-OpenAI-RAG-collapse" class=" collapse" aria-labelledby="panelsStayOpen-OpenAI-RAG">
166 164 <div class="card-body">
167 165
168 - <p><?php esc_html_e( 'To Embed OpenAI', 'chatbot'); ?></p>
169 - <p><?php esc_html_e( 'Enable RAG from the settings panel', 'chatbot'); ?></p>
166 + <p><?php esc_html_e( 'To Embed OpenAI', 'wpchatbot' ); ?></p>
167 + <p><?php esc_html_e( 'Enable RAG from the settings panel', 'wpchatbot' ); ?></p>
170 168 <ul>
171 169 <li>
172 170 <ol>
173 - <li><?php esc_html_e( 'Enable RAG from the settings panel', 'chatbot'); ?></li>
174 - <li><?php esc_html_e( 'Click “Embed All Selected Sources” button, after selecting the sources from the', 'chatbot'); ?> <a href="<?php echo esc_url( admin_url('admin.php?page=wpbot_openAi#ai-knowledge-base-tab') ); ?>" target="_blank">knowledgebase tab</a></li>
175 - <li><?php esc_html_e( '(Optional) Upload PDFs or CSV files for embedding', 'chatbot'); ?></li>
176 - <li><?php esc_html_e( 'The system automatically stores embeddings in the database', 'chatbot'); ?></li>
177 - <li><?php esc_html_e( 'User questions will now be answered using your site’s knowledge base', 'chatbot'); ?></li>
178 - <li><?php esc_html_e( 'You need to configure the OpenAI API key, AI Model and System Command under the main OpenAI Settings', 'chatbot'); ?></li>
171 + <li><?php esc_html_e( 'Enable RAG from the settings panel', 'wpchatbot' ); ?></li>
172 + <li><?php esc_html_e( 'Click “Embed All Selected Sources” button, after selecting the sources from the', 'wpchatbot' ); ?> <a href="<?php echo admin_url('admin.php?page=wpbot_openAi#ai-knowledge-base-tab'); ?>" target="_blank">knowledgebase tab</a></li>
173 + <li><?php esc_html_e( '(Optional) Upload PDFs or CSV files for embedding', 'wpchatbot' ); ?></li>
174 + <li><?php esc_html_e( 'The system automatically stores embeddings in the database', 'wpchatbot' ); ?></li>
175 + <li><?php esc_html_e( 'User questions will now be answered using your site’s knowledge base', 'wpchatbot' ); ?></li>
176 + <li><?php esc_html_e( 'You need to configure the OpenAI API key, AI Model and System Command under the main OpenAI Settings', 'wpchatbot' ); ?></li>
179 177 </ol>
180 178 </li>
181 179 <ul>
182 180 </p>
183 - <b><?php esc_html_e( 'You can update or re-embed content at any time without retraining.', 'chatbot'); ?></b></br>
181 + <b><?php esc_html_e( 'You can update or re-embed content at any time without retraining.', 'wpchatbot' ); ?></b></br>
184 182
185 183 </div>
186 184 </div>
187 185 </div>
@@ -197,9 +195,9 @@
197 195 <div class="card-body">
198 196 <p><?php esc_html_e( 'For better results, you need at least 500+ prompts. Otherwise, OpenAI will mix the response with generic knowledge. Also, the prompts should be as descriptive as possible. Follow the FAQ type format with descriptive questions and answers. Example prompt: Instead of just "Vintage Denim Jacket" you can write "Why one should wear our Vintage Denim Jacket?".','chatbot');?></p>
199 197 <p><?php esc_html_e( 'If your completion is short like below or around 100 words, keep the Max Tokens value 200. Tweak the Temperature, Presence Penalty and Frequency penalty settings until you get results that you like.','chatbot');?></p>
200 198 <p><?php esc_html_e( 'If you are Fine tuning with website data, the Bot will use the Post titles as prompts. If the Page/Post titles are not descriptive you will not get good results. In such caes, you can download the JSONL file from the Training Model page and improve the prompts.Then fine tune again.','chatbot');?></p>
201 - <p><?php esc_html_e( 'Keep the Site search disabled from Settings->Action Start Menu so that the bot does not bring answers from the site search. Please log out and log in again so our settings do not get overwritten.','chatbot');?></p>
199 + <p><?php esc_html_e( 'Keep the Site search disabled from Settings->Start Menu so that the bot does not bring answers from the site search. Please log out and log in again so our settings do not get overwritten.','chatbot');?></p>
202 200
203 201 </div>
204 202 </div>
205 203 </div>