OpenAI
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
KEYWORDS_OPENAI(product, number,
[type]
, [negative_keywords]
, [temperature]
, [max_tokens]
, [model]
)product
The name or the description of the product you want to generate keywords for.
number
The number of keywords you want to generate.
[optional] type
The type of keywords you want to generate, e.g. informational
, commercial
, navigational
, transactional
.
Selected options:
Informational
Commercial
Navigational
Transactional
[optional] negative_keywords
The keywords you want to exclude from the output, e.g. flight, luxury, vacation
[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-4o"
.For example: "ada"
.
Selected options:
gpt-4
gpt-4o