PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 6.0.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v6.0.7
8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 All 534 releases
← All changes | includes/openai/admin/admin_ui2.php +87 -108 8.5.86.0.7 View file →
@@ -1,108 +1,87 @@
1 -
2 -<div class="qcl-openai">
3 - <div class="row gx-0">
4 - <div class="col-xs-12">
5 - <div class="card admin-maxwith qcld-openai-main-box">
6 - <div class="card-header bg-dark text-white py-sm-4 border-0">>
7 -
8 - <div class="row">
9 - <div class="col-auto me-auto">
10 - <h4><?php
11 -if (!defined('ABSPATH')) exit; // Exit if accessed directly
12 -esc_html_e( 'OpenAI Settings','chatbot');?></h4>
13 - </div>
14 - </div>
15 - </div>
16 - <div class="card-body p-sm-0">
17 - <!-- <div class="alert alert-danger" role="alert">
18 - <?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'); ?>
19 - </div> -->
20 - <ul class="nav nav-tabs">
21 - <li class="active"><a data-toggle="tab" href="#wp-chatbot-openai-settings"><i class="dashicons dashicons-admin-generic"></i><?php echo esc_html__('OpenAI settings', 'chatbot'); ?></a></li>
22 - <li><a data-toggle="tab" href="#wp-chatbot-openai-training-model"><i class="dashicons dashicons-plugins-checked"></i> <?php echo esc_html__('Training Model', 'chatbot'); ?></a></li>
23 - <li><a data-toggle="tab" href="#wp-chatbot-openai-assistants"> <i class="dashicons dashicons-admin-home"></i><?php echo esc_html__('GPT Assistant', 'chatbot'); ?></a></li>
24 - <li><a data-toggle="tab" href="#wp-chatbot-data_post_converter"><i class="dashicons dashicons-database-add"></i><?php echo esc_html__('Fine Tune with Website Data', 'chatbot'); ?></a></li>
25 - <li><a data-toggle="tab" href="#wp-chatbot-img_generator"><i class="dashicons dashicons-format-gallery"></i><?php echo esc_html__('AI Image Generator', 'chatbot'); ?></a></li>
26 - <li><a data-toggle="tab" href="#wp-chatbot-content_writer"><i class="dashicons dashicons-format-status"></i><?php echo esc_html__('AI Article Generator', 'chatbot'); ?></a></li>
27 - <li><a data-toggle="tab" href="#wp-chatbot-openai-help"><i class="dashicons dashicons-editor-help"></i> <?php echo esc_html__('Help', 'chatbot'); ?></a></li>
28 - </ul>
29 - <div class="tab-content">
30 - <div id="wp-chatbot-openai-settings" class="tab-pane in active">
31 - <?php require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/settings.php'); ?>
32 - </div>
33 - <div id="wp-chatbot-openai-training-model" class="tab-pane">
34 - <?php
35 - require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/files.php');
36 - ?>
37 - </div>
38 - <div id="wp-chatbot-openai-assistants" class="tab-pane">
39 - <?php
40 - require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/assistant.php');
41 - ?>
42 - </div>
43 - <div id="wp-chatbot-data_post_converter" class="tab-pane">
44 - <?php
45 - require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/data_post_converter.php');
46 - ?>
47 - </div>
48 - <div id="wp-chatbot-img_generator" class="tab-pane">
49 - <div class="row">
50 - <div class="col-xs-12">
51 - <?php require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/img_generator.php' ); ?>
52 - </div>
53 - </div>
54 - </div>
55 - <div id="wp-chatbot-content_writer" class="tab-pane">
56 - <div class="row">
57 - <div class="col-xs-12">
58 - <?php require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/content_writer.php' ); ?>
59 - </div>
60 - </div>
61 - </div>
62 - <div id="wp-chatbot-openai-help" class="tab-pane">
63 - <?php require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/help.php' ); ?>
64 - </div>
65 - </div>
66 - </div>
67 - <div class="card-footer bg-dark text-white py-sm-4 border-0"></div>
68 - </div>
69 - </div>
70 - </div>
71 -</div>
72 -
73 -
74 -<style>
75 -
76 -div#promotion-wpchatbot {
77 - margin: 0;
78 - padding: 0;
79 - border: none;
80 - max-width: initial !important;
81 - padding: 0 !important;
82 - margin: 20px 20px 20px 0 !important;
83 - padding: 15px 15px 15px 0 !important;
84 - border: none !important;
85 - border-radius: 6px !important;
86 - box-shadow: 0px 4px 6px 1px #ebebeb !important;
87 -}
88 -
89 -
90 -.qc-review-notice{
91 - max-width: initial !important;
92 - padding: 0 !important;
93 - margin: 20px 20px 20px 0 !important;
94 - padding: 15px 15px 15px 0 !important;
95 - border: none !important;
96 - border-radius: 6px !important;
97 - box-shadow: 0px 4px 6px 1px #ebebeb !important;
98 - background: #fff;
99 - color: #000;
100 -}
101 -
102 -.qc-review-text h3 {
103 - color: #000000;
104 -}
105 -.qc-review-text p {
106 - color: #000000;
107 -}
108 -</style>
1 +<div class="qcl-openai">
2 + <div class="row gx-0">
3 + <div class="col-xs-12">
4 + <div class="card admin-maxwith">
5 + <div class="card-header bg-dark text-white py-sm-4 border-0">
6 +
7 +
8 + <div class="lineanimation">
9 +<svg width="350" height="350" viewBox="0 0 308 309" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
10 +<defs>
11 +<circle id="a" cx="150" cy="150" r="150"></circle>
12 +<linearGradient x1="50%" y1="0%" x2="50%" y2="62.304%" id="c">
13 +<stop stop-color="#09DFF3" offset="0%"></stop>
14 +<stop stop-color="#44BEFF" offset="100%"></stop>
15 +</linearGradient>
16 +</defs>
17 +<g>
18 +<path id="l1" d="M0 130 L300 130"></path>
19 +<path id="l2" d="M0 150 L300 150"></path>
20 +<path id="l3" d="M0 170 L300 170"></path>
21 +<path id="l4" d="M0 190 L300 190"></path>
22 +</g>
23 +</svg></div>
24 +
25 + <div class="row">
26 + <div class="col-auto me-auto">
27 + <h4><?php esc_html_e( 'OpenAI Settings','openai_addon');?></h4>
28 + </div>
29 + </div>
30 + </div>
31 + <div class="card-body p-sm-0">
32 + <!-- <div class="alert alert-danger" role="alert">
33 + <?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.', 'wpchatbot'); ?>
34 + </div> -->
35 + <ul class="nav nav-tabs">
36 + <li class="active"><a data-toggle="tab" href="#wp-chatbot-openai-settings"><?php echo esc_html__('OpenAI settings', 'wpchatbot'); ?></a></li>
37 + <li><a data-toggle="tab" href="#wp-chatbot-openai-training-model"><?php echo esc_html__('Training Model', 'wpchatbot'); ?></a></li>
38 + <li><a data-toggle="tab" href="#wp-chatbot-openai-assistants"><?php echo esc_html__('GPT Assistant', 'wpchatbot'); ?></a></li>
39 + <li><a data-toggle="tab" href="#wp-chatbot-data_post_converter"><?php echo esc_html__('Fine Tune with Website Data', 'wpchatbot'); ?></a></li>
40 + <li><a data-toggle="tab" href="#wp-chatbot-img_generator"><?php echo esc_html__('AI Image Generator', 'wpchatbot'); ?></a></li>
41 + <li><a data-toggle="tab" href="#wp-chatbot-content_writer"><?php echo esc_html__('AI Article Generator', 'wpchatbot'); ?></a></li>
42 + <li><a data-toggle="tab" href="#wp-chatbot-openai-help"><?php echo esc_html__('Help', 'wpchatbot'); ?></a></li>
43 + </ul>
44 + <div class="tab-content">
45 + <div id="wp-chatbot-openai-settings" class="tab-pane in active">
46 + <?php require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/settings.php'); ?>
47 + </div>
48 + <div id="wp-chatbot-openai-training-model" class="tab-pane">
49 + <?php
50 + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/files.php');
51 + ?>
52 + </div>
53 + <div id="wp-chatbot-openai-assistants" class="tab-pane">
54 + <?php
55 + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/assistant.php');
56 + ?>
57 + </div>
58 + <div id="wp-chatbot-data_post_converter" class="tab-pane">
59 + <?php
60 + require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/data_post_converter.php');
61 + ?>
62 + </div>
63 + <div id="wp-chatbot-img_generator" class="tab-pane">
64 + <div class="row">
65 + <div class="col-xs-12">
66 + <?php require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/img_generator.php' ); ?>
67 + </div>
68 + </div>
69 + </div>
70 + <div id="wp-chatbot-content_writer" class="tab-pane">
71 + <div class="row">
72 + <div class="col-xs-12">
73 + <?php require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/content_writer.php' ); ?>
74 + </div>
75 + </div>
76 + </div>
77 + <div id="wp-chatbot-openai-help" class="tab-pane">
78 + <?php require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'includes/openai/admin/help.php' ); ?>
79 + </div>
80 + </div>
81 + </div>
82 + <div class="card-footer bg-dark text-white py-sm-4 border-0"></div>
83 + </div>
84 + </div>
85 + </div>
86 +</div>
87 +