REWRITE_OPENAI

Use Open AI’s GPT to rewrite a text according to user-defined instructions.

icon of OpenAIOpenAI
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
REWRITE_OPENAI(text
[instructions]
[temperature]
[max_tokens]
[model]
)
text

The text you want to rewrite.

[optional] instructions

The instructions you want to use to rewrite the text. Examples: Use a witty tone of voice and keep it straight to the point or Use Gen-Z slang.

[optional] temperature

The sampling temperature to use, between 0 and 2. Use 2 for creative applications, and 0 for well-defined answers. By default it is 0. For example: "0.4".

[optional] max_tokens

The maximum number of tokens to generate in the completion. For example: "230".

[optional] model

The model to use. By default it uses "gpt-3.5-turbo" .For example: "ada" .

Selected options:
gpt-3.5-turbo
gpt-4

Examples

REWRITE_OPENAI("I go to the park yesterday with my friends. We play football and have a lot of fun. The weather is very sunny and hot. After that, we go to the ice cream shop and eat a lot of ice cream.") returns I went to the park yesterday with my friends. We played football and had a blast. The weather was incredibly sunny and hot...