Changeset 3245064
- Timestamp:
- 02/22/2025 10:51:51 PM (13 months ago)
- File:
-
- 1 edited
-
ai-entries/trunk/README.md (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ai-entries/trunk/README.md
r3245057 r3245064 1 1 === AI Entries === 2 2 3 Contributors: Julio Bermúdez3 Contributors: berchj 4 4 Tested up to: 6.6 5 5 Stable tag: 1.0.7 … … 8 8 Tags: plugin best practices, accessibility, performance, security, automation 9 9 10 This plugin uses Google artificial intelligence (GEMINI), Stability AI, and News API.11 12 10 == Description == 13 11 14 This plugin relies on third-party services for generating AI content, media manipulation, and fetching news articles. It uses the Google GEMINI API, Stability AI, and News API for its functionalities.12 This plugin uses Google artificial intelligence (GEMINI), Stability AI, and News API to automate the creation of WordPress posts based on configurable parameters from the WordPress admin view. It generates original content based on real articles and creates featured images accordingly. 15 13 16 To use this plugin you must obtain API keys from all services:14 To use this plugin, you must obtain API keys from all services: 17 15 18 16 - **GEMINI API**: You need a GEMINI API KEY, which you can get for free [here](https://ai.google.dev/gemini-api/docs/api-key). … … 33 31 - **Service URL**: `https://newsapi.org` 34 32 - **Privacy Policy**: [News API Privacy](https://newsapi.org/privacy) 35 - **Terms of Use**: [News API Terms](https:// stability.ai/terms-of-use)33 - **Terms of Use**: [News API Terms](https://newsapi.org/terms) 36 34 37 35 Please note that the performance and availability of functionalities depend on these APIs, and usage is subject to their respective terms and conditions. … … 42 40 43 41 1. Visit **Plugins > Add New**. 44 2. Search for ** Plugin Check**.45 3. Install and activate the Plugin.42 2. Search for **AI Entries**. 43 3. Install and activate the plugin. 46 44 47 45 == Frequently Asked Questions == … … 49 47 = Where can I contribute or report bugs of this plugin? = 50 48 51 This is an open source project. All development for this plugin is handled via [GitHub](https://github.com/berchj/AIEntries). Any issues or pull requests should be posted there.49 This is an open-source project. All development for this plugin is handled via [GitHub](https://github.com/berchj/AIEntries). Any issues or pull requests should be posted there. 52 50 53 51 = Why aren't all posts always created? = … … 55 53 The functionality of this plugin depends on external systems accessed through HTTP calls. The performance of the plugin may be affected by the free API keys and the limitations or changes in the service provided by these APIs. 56 54 55 == Support == 56 57 For support, email info@glidestay.com.
Note: See TracChangeset
for help on using the changeset viewer.