| @@ -65,11 +65,11 @@ | ||
| 65 | 65 | </div> |
| 66 | 66 | |
| 67 | 67 | <div class="mb-3"> |
| 68 | 68 | <label for="qcld_openai_system_content"><?php esc_attr_e( 'System Command (Use it to Instruct ChatGPT how to behave)','chatbot');?></label> |
| 69 | - <textarea type="text" class="form-control" id="qcld_openai_system_content" placeholder="<?php echo esc_attr('You are a helpful and intelligent assistant for the website "' . site_url() . '". Use live website data and the provided context to respond accurately and briefly. Stay relevant and do not introduce additional topics.'); ?>"><?php echo esc_html( get_option( 'qcld_openai_system_content')); ?></textarea> | |
| 69 | + <textarea type="text" class="form-control" id="qcld_openai_system_content" placeholder="<?php echo esc_attr('You are a helpful Assistant. Be concise and relevant in your answers and do not introduce new topic.'); ?>"><?php echo esc_html( get_option( 'qcld_openai_system_content')); ?></textarea> | |
| 70 | 70 | <label><small><?php esc_html_e("To set the ChatBot's tone and character set a system message according to your need",'chatbot'); ?></small></label></br> |
| 71 | - <label><small><?php esc_html_e("Example: You are a helpful and intelligent assistant for the website \"" . site_url() . "\". Use live website data and the provided context to respond accurately and briefly. Stay relevant and do not introduce additional topics.",'chatbot'); ?></small></label> | |
| 71 | + <label><small><?php esc_html_e("Example: You are a helpful Assistant. Be concise and relevant in your answers and do not introduce new topic.",'chatbot'); ?></small></label> | |
| 72 | 72 | </div> |
| 73 | 73 | <div class="alert alert-warning"> |
| 74 | 74 | <p> <?php echo esc_html('Danger Zone'); ?></p> |
| 75 | 75 | </div> |