| @@ -74,9 +74,8 @@ | ||
| 74 | 74 | <!-- /POST TYPE --> |
| 75 | 75 | <div class="mb-3 form-check"> |
| 76 | 76 | <label for="api_key" class="form-label"><?php esc_html_e( 'Api key','chatbot');?></label> |
| 77 | 77 | <input type="password" class="form-control" id="api_key" name="api_key" placeholder="Api key" value="<?php echo esc_attr(get_option( 'open_ai_api_key')); ?>"> |
| 78 | - <span><?php esc_html_e('Get your API key from','chatbot'); ?> <a href="https://platform.openai.com/settings/organization/api-keys" target="_blank"><?php esc_html_e('HERE','chatbot'); ?></a></span><br> | |
| 79 | 78 | <span style="color:red"><?php esc_html_e('It requires a paid OpenAI API plan', 'chatbot'); ?> </span> |
| 80 | 79 | </div> |
| 81 | 80 | <div class="qcld-wpbot-pricing-filter-form-check"> |
| 82 | 81 | </div> |