Title: Text Prompter &#8211; Unlimited chatgpt text prompts for openai tasks
Author: Flipper Code - WordPress Development Company
Published: <strong>2023 年 1 月 31 日</strong>
Last modified: 2024 年 12 月 23 日

---

搜尋外掛

![](https://ps.w.org/ai-content/assets/banner-772*250.png?rev=2895818)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/ai-content/assets/icon-256x256.png?rev=2895818)

# Text Prompter – Unlimited chatgpt text prompts for openai tasks

 由 [Flipper Code – WordPress Development Company](https://profiles.wordpress.org/flippercode/)
開發

[下載](https://downloads.wordpress.org/plugin/ai-content.1.0.8.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/ai-content/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/ai-content/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/ai-content/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/ai-content/#developers)

 [技術支援](https://wordpress.org/support/plugin/ai-content/)

## 外掛說明

Text Prompter is a powerful openai plugin that allows you to use chatgpt text prompts
effortlessly with gutenberg.

The plugin allows them to create chatgpt text prompts and test them to see which
one perform best. By having the ability to create their own prompts, content creators
can tailor the generated content to their specific needs and preferences with help
of openai api.

Features List

 * Create new openai prompt
 * Manage existing text prompts
 * Import bulk text prompts
 * Export bulk text prompts
 * Test prompts
 * Use chatgpt prompts in Gutenberg
 * Add a new block in Gutenberg using openai
 * Upate an existing block in Gutenberg using openai
 * Use [text_prompter] shortcode to generate dynamic contents.

One of the most notable features of this plugin is its ready-to-use text prompts,
which are pre-written and optimized for readability.

 * Write a paragraph: Write a paragraph on the given topic.
 * Add content: Add 2-3 more sentences to the given content without changing anything
   else.
 * Generate ideas: Generate 3-5 ideas in bullet points based on the given topic.
 * Write a blog post: Write a blog post with 3-5 headings and 3-5 paragraphs on 
   the given topic.
 * Generate a TL;DR: Summarize the given content in 1-2 sentences.
 * Write a summary: Write a summary of the given content in 1-2 paragraphs.
 * Paraphrase: Paraphrase the given content without changing the meaning.
 * Generate a tagline: Generate a catchy tagline for the given content.
 * Explain to a 2-year-old: Explain the given content in simple language suitable
   for a 2-year-old child.
 * Write a quote: Generate a relevant quote based on the given content.
 * Correct grammar: Correct any grammatical errors in the given content.
 * Generate a topic outline for blog: Create a topic outline for a blog post on 
   the given topic.
 * Change tone: Change the tone of the given content to be more formal.
 * Make it conversational: Rewrite the given content to make it more conversational
   and friendly.
 * Adjust voice: Adjust the voice of the given content to be more authoritative 
   and confident.
 * Proofread: Proofread the given content and correct any spelling or grammatical
   errors.
 * Fix spelling errors: Fix all spelling errors in the given content without making
   any other changes.
 * Add two lines: Add two more lines to the given content without making any other
   changes.
 * Add one line: Add one more line to the given content without making any other
   changes.
 * Add a heading and a paragraph: Add one heading and one paragraph to the given
   content without making any other changes.
 * Generate a Call-to-Action: Create a compelling call-to-action for this content.
 * Add Bullet Points: Add a list of bullet points to summarize this content.
 * Expand on an Idea: Take one of the ideas in this content and expand on it.
 * Improve Readability: Rewrite this content to improve its readability and flow.
 * Add Examples: Add some examples to illustrate the points made in this content.
 * Add a Subheading: Add a subheading to break up this content and make it easier
   to read.
 * Create a Product Description: Write a description for this product that will 
   entice users to buy it.

Shortcode [text_prompter]

We have introduced a new shortcode [text_prompter] that allows you to easily generate
AI-generated content based on a specified prompt.

Inside the post editor, add the shortcode with the following format:

    ```
    [text_prompter model="MODEL_NAME" temperature="TEMPERATURE_VALUE" max_tokens="MAX_TOKENS_VALUE" transist="TRANSIST_VALUE" attributes="ATTRIBUTE_VALUE"]PROMPT_CONTENT[/text_prompter]
    ```

Where:

 * **MODEL_NAME** (optional, default: text-davinci-002) is the name of the OpenAI
   language model to use for generating the prompt response.
 * **TEMPERATURE_VALUE** (optional, default: 0.5) is the temperature value to use
   for generating the response. The higher the value, the more unpredictable the
   response.
 * **MAX_TOKENS_VALUE** (optional, default: 50) is the maximum number of tokens 
   to generate in the response.
 * **TRANSIST_VALUE** (optional, default: 86400) is the time in seconds for which
   the generated response will be cached. This is to prevent unnecessary API requests
   to OpenAI.
 * **ATTRIBUTE_VALUE** (optional) is a string containing any additional attributes
   you want to add to the generated HTML output.
 * **PROMPT_CONTENT** (required) is the text prompt to use for generating the response.

Note: You can use any valid HTML attributes in ATTRIBUTE_VALUE. For example, to 
add a class to the output, you can use attributes=”class=’my-class’”.

## 螢幕擷圖

 * [[
 * Basic text prompt details can be added with the user-friendly interface.
 * [[
 * Advanced text prompt settings can be accessed for more control over the content.
 * [[
 * The plugin seamlessly integrates with the Gutenberg editor for enhanced content
   creation.
 * [[
 * The plugin allows for bulk import of text prompts for convenience.
 * [[
 * The management page allows for easy editing of text prompts.
 * [[
 * A dedicated OpenAI settings page allows for fine-tuning of the plugin’s settings.
 * [[
 * The prompts testing page allows users to test and evaluate different prompts.
 * [[
 * How to Use Shortcode.

## 安裝方式

This section describes how to install the plugin and get it working.

 1. Upload the **text-prompter** directory to the **/wp-content/plugins/** folder
 2. Once the plugin is uploaded, log into WordPress and go to **Plugins**
 3. Find the **text-prompter** plugin and click **Activate**

How to use

 1. Go to the **Settings** page of the plugin and insert your OpenAI API key. See full
    instructions on How to create OpenAI API key
 2. Create your own text prompt or import pre-built text prompts using the ‘Add Prompt’
    or ‘Import Prompts’ page.
 3. Test prompts using the ‘Testing’ page.

Now you are ready to use text prompts in the Gutenberg editor.

## 常見問題集

### How do I get an OpenAI API key?

To get an OpenAI API key, you will need to sign up for an account on the OpenAI 
website. Once you have an account, you can create an API key by visiting the API
key management page on the website.

### What can I do with an OpenAI API key?

An OpenAI API key can be used to access various services and models offered by OpenAI.
This includes using models such as GPT-3 for natural language processing and generation,
and other AI-based services.

### How much does it cost to use the OpenAI API?

The OpenAI API is currently in beta and is offered on a pay-per-use basis. The cost
of using the API will depend on the usage of the service and the specific model 
you are using. You can find more information on pricing on the OpenAI website.

### How secure is my OpenAI API key?

OpenAI takes the security of your API key very seriously. The company recommends
that you keep your API key secure and avoid sharing it with others. Additionally,
the OpenAI website provides guidance on how to manage and secure your API key.

## 使用者評論

![](https://secure.gravatar.com/avatar/2f3a53f696751af3b6d812a348932f63411ced4e09600f8d36b5d878787011ee?
s=60&d=retro&r=g)

### 󠀁[Cant generate long textx; max_token failure?](https://wordpress.org/support/topic/cant-generate-long-textx-max_token-failure/)󠁿

 [Nikeless](https://profiles.wordpress.org/nikeless/) 2024 年 9 月 15 日 2 則留言

Hello, I would like to use a shortcode to generate a text about cars 800 words long..
Now I have entered the following: [text_prompter model=”gpt-4o-mini”]a 800 words
long text about cars[/text_prompter] But then each time only a text of 20-30 words
came up. So I tried again in the shortcode to determine the value for max_tokens.
But then I always got this error message: Invalid type for ‘max_tokens’: expected
an integer, but got a string instead. I also tried it without the quotation marks,
but got the same error message. What am I doing wrong? It would be nice if you could
help me here

![](https://secure.gravatar.com/avatar/e18997244236512a6a0c31baec738e2b3b119b4b38eb8c192f5f0668b742f900?
s=60&d=retro&r=g)

### 󠀁[It works](https://wordpress.org/support/topic/it-works-2394/)󠁿

 [yesorcayes](https://profiles.wordpress.org/yesorcayes/) 2023 年 3 月 31 日 2 則
留言

Simple design, helpful. Thanks

 [ 閱讀全部 2 則使用者評論 ](https://wordpress.org/support/plugin/ai-content/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Text Prompter – Unlimited chatgpt text prompts for openai
tasks〉的開發相關工作。

參與者

 *   [ Flipper Code – WordPress Development Company ](https://profiles.wordpress.org/flippercode/)

〈Text Prompter – Unlimited chatgpt text prompts for openai tasks〉外掛目前已有 
2 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/ai-content/contributors)
為這個外掛做出的貢獻。

[將〈Text Prompter – Unlimited chatgpt text prompts for openai tasks〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/ai-content)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/ai-content/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/ai-content/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/ai-content/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/ai-content/)。

## 變更記錄

#### 1.0.8

 * Fix : Security issue in shortcode render function fixed.

#### 1.0.7

 * Fix : Max Token error is resolved.

#### 1.0.3

 * New : Add new block.
 * New : Update existing block.
 * New : Add heading type block.
 * New : Add paragraph type block.

#### 1.0.2

 * Fix : Plugin details updated.

#### 1.0.1

 * Fix : Code Improvements

#### 1.0.0

 * New : Add new text prompt
 * New : Manage text prompts for editing or removing.
 * New : Import text prompts for bulk editing.
 * New : Export text prompts to move to another installation.
 * New : OpenAI API Setting page.

## 中繼資料

 *  版本 **1.0.8**
 *  最後更新 **1 年前**
 *  啟用安裝數 **200+**
 *  WordPress 版本需求 ** 4.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.7.5**
 *  PHP 版本需求 ** 5.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/ai-content/)、[Russian](https://ru.wordpress.org/plugins/ai-content/)、
   及 [Slovak](https://sk.wordpress.org/plugins/ai-content/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/ai-content)
 * 標籤:
 * [AI](https://tw.wordpress.org/plugins/tags/ai/)[ChatGPT](https://tw.wordpress.org/plugins/tags/chatgpt/)
   [content](https://tw.wordpress.org/plugins/tags/content/)[gpt](https://tw.wordpress.org/plugins/tags/gpt/)
   [openai](https://tw.wordpress.org/plugins/tags/openai/)
 *  [進階檢視](https://tw.wordpress.org/plugins/ai-content/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  2 個 5 星使用者評論     ](https://wordpress.org/support/plugin/ai-content/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/ai-content/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/ai-content/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/ai-content/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/ai-content/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ai-content/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/ai-content/reviews/)

## 參與者

 *   [ Flipper Code – WordPress Development Company ](https://profiles.wordpress.org/flippercode/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/ai-content/)