| @@ -7,8 +7,11 @@ | ||
| 7 | 7 | </div> --> |
| 8 | 8 | <ul class="nav nav-tabs"> |
| 9 | 9 | <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 | 10 | <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> |
| 11 | + <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> | |
| 12 | + <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> | |
| 13 | + <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 | 14 | <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 | 15 | <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 | 16 | <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 | 17 | </ul> |
| @@ -19,8 +22,23 @@ | ||
| 19 | 22 | </div> |
| 20 | 23 | <div id="wp-chatbot-openai-rag" class="tab-pane"> |
| 21 | 24 | <?php |
| 22 | 25 | require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/openai-rag.php'); |
| 26 | + ?> | |
| 27 | + </div> | |
| 28 | + <div id="wp-chatbot-openai-training-model" class="tab-pane"> | |
| 29 | + <?php | |
| 30 | + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/files.php'); | |
| 31 | + ?> | |
| 32 | + </div> | |
| 33 | + <div id="wp-chatbot-openai-assistants" class="tab-pane"> | |
| 34 | + <?php | |
| 35 | + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/assistant.php'); | |
| 36 | + ?> | |
| 37 | + </div> | |
| 38 | + <div id="wp-chatbot-data_post_converter" class="tab-pane"> | |
| 39 | + <?php | |
| 40 | + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/data_post_converter.php'); | |
| 23 | 41 | ?> |
| 24 | 42 | </div> |
| 25 | 43 | <div id="wp-chatbot-img_generator" class="tab-pane"> |
| 26 | 44 | <div class="row"> |