| @@ -1,26 +1,35 @@ | ||
| 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 | - <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 | - <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-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 | - <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 | - <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> | |
| 7 | + <li class="active"><a data-toggle="tab" href="#wp-chatbot-openai-settings"><span class="wpwbot-admin-tab-icon "> <i class="fa fa-cogs"></i> </span><?php echo esc_html__('OpenAI settings', 'chatbot'); ?></a></li> | |
| 8 | + <li><a data-toggle="tab" href="#wp-chatbot-openai-training-model"><span class="wpwbot-admin-tab-icon "> <i class="fa fa-modx"></i> </span><?php echo esc_html__('Training Model', 'chatbot'); ?></a></li> | |
| 9 | + <li><a data-toggle="tab" href="#wp-chatbot-openai-assistants"><span class="wpwbot-admin-tab-icon "> <i class="fa fa-rocket"></i> </span><?php echo esc_html__('GPT Assistant', 'chatbot'); ?></a></li> | |
| 10 | + <li><a data-toggle="tab" href="#wp-chatbot-data_post_converter"><span class="wpwbot-admin-tab-icon "> <i class="fa fa-database"></i> </span><?php echo esc_html__('Fine Tune with Website Data', 'chatbot'); ?></a></li> | |
| 11 | + <li><a data-toggle="tab" href="#wp-chatbot-img_generator"><span class="wpwbot-admin-tab-icon "> <i class="fa fa-file-image-o"></i> </span><?php echo esc_html__('AI Image Generator', 'chatbot'); ?></a></li> | |
| 12 | + <li><a data-toggle="tab" href="#wp-chatbot-content_writer"><span class="wpwbot-admin-tab-icon "> <i class="fa fa-text-height"></i> </span><?php echo esc_html__('AI Article Generator', 'chatbot'); ?></a></li> | |
| 13 | + <li><a data-toggle="tab" href="#wp-chatbot-openai-help"><span class="wpwbot-admin-tab-icon "> <i class="fa fa-question-circle"></i> </span><?php echo esc_html__('Help', 'chatbot'); ?></a></li> | |
| 14 | 14 | </ul> |
| 15 | - | |
| 16 | 15 | <div class="tab-content"> |
| 17 | 16 | <div id="wp-chatbot-openai-settings" class="tab-pane in active"> |
| 18 | 17 | <?php require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/settings.php'); ?> |
| 19 | 18 | </div> |
| 20 | - <div id="wp-chatbot-openai-rag" class="tab-pane"> | |
| 19 | + <div id="wp-chatbot-openai-training-model" class="tab-pane"> | |
| 21 | 20 | <?php |
| 22 | - require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/openai-rag.php'); | |
| 21 | + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/files.php'); | |
| 22 | + ?> | |
| 23 | + </div> | |
| 24 | + <div id="wp-chatbot-openai-assistants" class="tab-pane"> | |
| 25 | + <?php | |
| 26 | + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/assistant.php'); | |
| 27 | + ?> | |
| 28 | + </div> | |
| 29 | + <div id="wp-chatbot-data_post_converter" class="tab-pane"> | |
| 30 | + <?php | |
| 31 | + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/integration/openai/admin/data_post_converter.php'); | |
| 23 | 32 | ?> |
| 24 | 33 | </div> |
| 25 | 34 | <div id="wp-chatbot-img_generator" class="tab-pane"> |
| 26 | 35 | <div class="row"> |