SUMMARIZE_OPENAI

Use Open AI’s GPT model to summarize a text into different types.

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

Parameter List

Syntax
SUMMARIZE_OPENAI(text
[style]
[temperature]
[max_tokens]
[model]
)
text

The text to be summarized

[optional] style

The type that you want the text to be summarized into. Available values are: short paragraph, bullet point and one-liner By default is: short paragraph

Selected options:
Bullet point
Short paragraph
One-liner
[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

SUMMARIZE_OPENAI("Global warming, a pressing issue of our times, refers to the long-term increase in Earth's average surface temperature. This phenomenon is primarily caused by the accumulation of greenhouse gases in the atmosphere, largely due to human activities like burning fossil fuels, deforestation, and industrial processes...", short paragraph) returns Global warming is a significant issue caused by the accumulation of greenhouse gases in the atmosphere due to human activities...