Description
The AI Assistant lets you interact with chat GPT from Open AI directly in the post editor, and images can also be generated via text instructions with dall-e-3.
With the AI Assistant, you can easily create articles or texts, get inspiration for new content or simply chat. The AI Assistant is particularly suitable for solving tasks with existing data from articles (title, content, categories, keywords or user-defined fields). For example for:
- Summaries
- Conclusion
- Product descriptions
- translations
- FAQ lists
- …
With the help of dynamic templates, which you can create and save yourself, work like this can be automated as far as possible and taken over by the AI Assistant.
The AI Assistant plugin can also be used to create AI images. The images are generated by entering text instructions. The latest version of Dall-E from Open AI is used to generate the images.
How does the AI Assistant work?
The AI Assistant is very easy to use. The WordPress plugin adds a new button to the post and page editor (Classic Editor & Gutenberg Editor) to start the AI Assistant.
The Chat or Image view can be selected in the opened window. The area at the top contains the result of the chat conversation or the generated image. In the lower text input area, you can enter your message to Chat-GPT or Dall-E.
By clicking on the Send button, the request is finally sent and the result is displayed at the top. That’s how easy the AI Assistant works.
Which models are available?
You can choose from various Open AI models from GPT-3.5 and GPT-4 for the chat function. The models are updated automatically on a regular basis. The models can then be selected and used individually. Only Dall-E-3 is used to generate images.
Create & manage templates
The AI Assistant can save templates of instructions that can be reused. Expert tip: Variables can also be used in templates that can automatically generate the title, text content, category or other content dynamically.
Settings & parameters
Various parameters can be preset or adjusted in the AI Assistant plugin settings or directly in the input mask. For an explanation of the individual parameters, please consult the API documentation from Open AI: https://platform.openai.com/docs/api-reference
API Key
To obtain an API key, you must register with Open AI. Here you can find your API key.
Privacy Notes
The AI Assistant accesses the API interface of Open AI to generate texts and images.
Data is sent to and retrieved from the following interfaces:
- https://api.openai.com/v1/chat/completions
- https://api.openai.com/v1/images/generations
- https://api.openai.com/v1/models
Here you can find all information about the terms of use and data protection of Open AI: https://openai.com/policies.
Resources
Learn more about ZuestMedia WordPress themes and plugins.
If you have any questions or need help, visit the AI Assistant documentation.
You can also find us on Github!
Copyright
ZMP AI Assistant WordPress Plugin, Copyright 2024 zuestmedia.com
ZMP AI Assistant is distributed under the terms of the GNU GPL
Screenshots
FAQ
-
How to install AI Assistant?
-
To install AI Assistant, go to Dashboard >> Plugins >> Add new. Then enter “AI Assistant” in the search field, click on install and activate.
-
Does the AI Assistant work as standalone?
-
No. Our basic plugin ZMPlugin is required so that the AI Assistant can be used. The AI Assistant plugin is an extension of ZMPlugin.
-
Is the AI Assistant plugin free of charge?
-
Yes AI Assistant is completly free and open source, but an API key from Open AI is required to use the AI Assistant WordPress plugin.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“AI Assistant” is open source software. The following people have contributed to this plugin.
Contributors“AI Assistant” has been translated into 3 locales. Thank you to the translators for their contributions.
Translate “AI Assistant” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.1
- Update: tested up to 6.7
1.1.0
- Fix: Undefined variable $models_filtered
1.0.8
- Update: .pot file added
- Update: translations
1.0.7
- Update: Tested up to WP 6.6
- Update: Readme Text
1.0.6
- Fix: Errorpage displayname
1.0.5
- Update: Tested up to WP 6.5
1.0.4
- Fix: sanitization and nonce issues solved
- Fix: Style & Design small fixes
1.0.3
- New: System Message Setting
- Update: Save conversations temporary to send complete messages array to api and conversation view
- Update: Split view into messages prompt and chat conversation area
- Update: Order & Style of AIForm
- Update: Models filtered
- Fix: Version to wp_enqueue_script
- Fix: Form reset fixes
1.0.2
- Fix: Sanitizing & validating post data
- Fix: Nonce form inputs are defined in js (ajax calls)
1.0.1
- Update: added nonce to ajax post calls
- Update: restriction to load functions only in admin panel
- Update: added license info into main plugin-file
1.0.0
- Update: Ready for release on wordrpess.org
- Update: Readme text
- Update: Replaced legacy completions API with actual chat completions API
- Update: Default model settings change to gpt-4
- Update: Image API now with dall-e-3
- Remove: Legacy edit API
0.9.4
- Fix: Style Error in Form
0.9.3
- Update: escaping & translations added
- Update: CI/CD Routines
- Fix: Minor bug fixes
0.9.2
- Update: AIForm finished
- New: PrepareTemplate to filter and prepare form inputs and variables
- New: Copy and paste selection to title or editor
- New: Upload generated images to media library
- Fix: Settings Form finished
0.9.1
- Update: All checks integrated, next step -> prepare settings array eg prompt with varialbes like title or postmeta usw…
0.9.0
- Initial release of ZMP AI Assistant
0.8.4
- Fix: credential check was wrong…
0.8.3
- Update: Form and APIS are fully functional, still needs some error checks and animations to finish
0.8.2
- Update: Form is functional and has all needed settings except “stop”
0.8.1
- New: Connected to GPT-3 API
0.8.0
- Initial beta release of ZMP AI Assistant