| @@ -1,14 +1,15 @@ | ||
| 1 | 1 | |
| 2 | 2 | <div class="card-body p-sm-0"> |
| 3 | 3 | <!-- <div class="alert alert-danger" role="alert"> |
| 4 | - <?php | |
| 5 | -if (!defined('ABSPATH')) exit; // Exit if accessed directly | |
| 6 | -// echo esc_html__('OpenAI has disabled some of the older models. Please use GPT 3.5 or 4 to Fine tune. You need to update the dataset and Fine tune again. Please check the Help section for details.', 'chatbot'); ?> | |
| 4 | + <?php // echo esc_html__('OpenAI has disabled some of the older models. Please use GPT 3.5 or 4 to Fine tune. You need to update the dataset and Fine tune again. Please check the Help section for details.', 'chatbot'); ?> | |
| 7 | 5 | </div> --> |
| 8 | 6 | <ul class="nav nav-tabs"> |
| 9 | 7 | <li class="active"><a data-toggle="tab" href="#wp-chatbot-openai-settings"><span class="wpwbot-admin-tab-icon "> <i class="dashicons dashicons-admin-generic"></i> </span><?php echo esc_html__('OpenAI settings', 'chatbot'); ?></a></li> |
| 10 | 8 | <li><a data-toggle="tab" href="#wp-chatbot-openai-rag"><span class="wpwbot-admin-tab-icon "> <i class="dashicons dashicons-admin-generic"></i> </span><?php echo esc_html__('RAG', 'chatbot'); ?></a></li> |
| 9 | + <li><a data-toggle="tab" href="#wp-chatbot-openai-training-model"><span class="wpwbot-admin-tab-icon "> <i class="dashicons dashicons-plugins-checked"></i> </span><?php echo esc_html__('Training Model', 'chatbot'); ?></a></li> | |
| 10 | + <li><a data-toggle="tab" href="#wp-chatbot-openai-assistants"><span class="wpwbot-admin-tab-icon "> <i class="dashicons dashicons-admin-home"></i> </span><?php echo esc_html__('GPT Assistant', 'chatbot'); ?></a></li> | |
| 11 | + <li><a data-toggle="tab" href="#wp-chatbot-data_post_converter"><span class="wpwbot-admin-tab-icon "> <i class="dashicons dashicons-database-add"></i> </span><?php echo esc_html__('Fine Tune with Website Data', 'chatbot'); ?></a></li> | |
| 11 | 12 | <li><a data-toggle="tab" href="#wp-chatbot-img_generator"><span class="wpwbot-admin-tab-icon "> <i class="dashicons dashicons-format-gallery"></i> </span><?php echo esc_html__('AI Image Generator', 'chatbot'); ?></a></li> |
| 12 | 13 | <li><a data-toggle="tab" href="#wp-chatbot-content_writer"><span class="wpwbot-admin-tab-icon "> <i class="dashicons dashicons-format-status"></i> </span><?php echo esc_html__('AI Article Generator', 'chatbot'); ?></a></li> |
| 13 | 14 | <li><a data-toggle="tab" href="#wp-chatbot-openai-help"><span class="wpwbot-admin-tab-icon "> <i class="dashicons dashicons-editor-help"></i> </span><?php echo esc_html__('Help', 'chatbot'); ?></a></li> |
| 14 | 15 | </ul> |
| @@ -19,8 +20,23 @@ | ||
| 19 | 20 | </div> |
| 20 | 21 | <div id="wp-chatbot-openai-rag" class="tab-pane"> |
| 21 | 22 | <?php |
| 22 | 23 | require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/openai-rag.php'); |
| 24 | + ?> | |
| 25 | + </div> | |
| 26 | + <div id="wp-chatbot-openai-training-model" class="tab-pane"> | |
| 27 | + <?php | |
| 28 | + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/files.php'); | |
| 29 | + ?> | |
| 30 | + </div> | |
| 31 | + <div id="wp-chatbot-openai-assistants" class="tab-pane"> | |
| 32 | + <?php | |
| 33 | + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/assistant.php'); | |
| 34 | + ?> | |
| 35 | + </div> | |
| 36 | + <div id="wp-chatbot-data_post_converter" class="tab-pane"> | |
| 37 | + <?php | |
| 38 | + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/data_post_converter.php'); | |
| 23 | 39 | ?> |
| 24 | 40 | </div> |
| 25 | 41 | <div id="wp-chatbot-img_generator" class="tab-pane"> |
| 26 | 42 | <div class="row"> |