mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-06 05:32:11 +08:00
added support for Anthropic and it is recommended
move code to work with AI from rest class to separate class
This commit is contained in:
parent
1eda5f0e15
commit
e67eca2ee0
14 changed files with 797 additions and 342 deletions
5
mind.php
5
mind.php
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* Plugin Name: AI Mind
|
||||
* Description: Content Assistant Plugin based on OpenAI. Write, improve, rewrite, rephrase, change the tone of your blog posts, and more.
|
||||
* Requires at least: 6.0
|
||||
* Description: AI Page Builder based on Anthropic and OpenAI. Build, design, improve, rewrite your page sections and blocks.
|
||||
* Requires at least: 6.3
|
||||
* Requires PHP: 7.2
|
||||
* Version: 0.2.0
|
||||
* Author: Mind Team
|
||||
|
@ -85,6 +85,7 @@ class Mind {
|
|||
*/
|
||||
private function include_dependencies() {
|
||||
require_once $this->plugin_path . 'classes/class-prompts.php';
|
||||
require_once $this->plugin_path . 'classes/class-ai-api.php';
|
||||
require_once $this->plugin_path . 'classes/class-admin.php';
|
||||
require_once $this->plugin_path . 'classes/class-assets.php';
|
||||
require_once $this->plugin_path . 'classes/class-rest.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue