| @@ -80,9 +80,9 @@ | ||
| 80 | 80 | <ol> |
| 81 | 81 | <li><?php echo esc_html__('Go to the GPT training with Website Data tab. Select all the Post types you need and press the button Convert Data for Assistant. Once it is done, download the data file in JSON format', 'chatbot'); ?></li> |
| 82 | 82 | <li><?php echo esc_html__('Go to ', 'chatbot'); ?><a href="https://platform.openai.com/playground/assistants"><?php echo esc_html__('Assistants playground', 'chatbot'); ?></a><?php echo esc_html__(' and create a new Assistant', 'chatbot'); ?></li> |
| 83 | 83 | <li><?php echo esc_html__('Upload the JSON file you downloaded and give the GPT an Instruction similar to the one below but customize it to your website URL:', 'chatbot'); ?> |
| 84 | - <p><?php echo esc_html__('Your name is Carry. You are a ChatBot assistant for the website ', 'chatbot'); ?><a href="https://www.quantumcloud.net"><?php echo esc_html__('https://www.quantumcloud.net. ', 'chatbot'); ?></a><?php echo esc_html__('Use the website data and the uploaded file to answer any questions from our website users.', 'chatbot'); ?></p> | |
| 84 | + <p><?php echo esc_html__('Your name is Carry. You are a ChatBot assistant for the website ', 'chatbot'); ?><a href="https://www.quantumcloud.com"><?php echo esc_html__('https://www.quantumcloud.com. ', 'chatbot'); ?></a><?php echo esc_html__('Use the website data and the uploaded file to answer any questions from our website users.', 'chatbot'); ?></p> | |
| 85 | 85 | </li> |
| 86 | 86 | <li><?php echo esc_html__('Copy the Assistants ID and paste under the GPT Assistants tab under the OpenAI settings on your website. You are done. If you have purchased credits from the OpenAI API platform, it will start working.', 'chatbot'); ?></li> |
| 87 | 87 | <!-- <li><?php // echo esc_html__('', 'chatbot'); ?></li> |
| 88 | 88 | <li><?php // echo esc_html__('', 'chatbot'); ?></li> --> |
| @@ -170,9 +170,9 @@ | ||
| 170 | 170 | <ul> |
| 171 | 171 | <li> |
| 172 | 172 | <ol> |
| 173 | 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> | |
| 174 | + <li><?php esc_html_e( 'Click “Embed All Selected Sources” button, after selecting the sources from the', 'chatbot'); ?> <a href="<?php echo admin_url('admin.php?page=wpbot_openAi#ai-knowledge-base-tab'); ?>" target="_blank">knowledgebase tab</a></li> | |
| 175 | 175 | <li><?php esc_html_e( '(Optional) Upload PDFs or CSV files for embedding', 'chatbot'); ?></li> |
| 176 | 176 | <li><?php esc_html_e( 'The system automatically stores embeddings in the database', 'chatbot'); ?></li> |
| 177 | 177 | <li><?php esc_html_e( 'User questions will now be answered using your site’s knowledge base', 'chatbot'); ?></li> |
| 178 | 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> |
| @@ -197,9 +197,9 @@ | ||
| 197 | 197 | <div class="card-body"> |
| 198 | 198 | <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 | 199 | <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 | 200 | <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> | |
| 201 | + <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 | 202 | |
| 203 | 203 | </div> |
| 204 | 204 | </div> |
| 205 | 205 | </div> |