Automation
Web search
Websites
Translation
Social
AI
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
ASK_OPENAI(prompt,
[temperature]
, [max_tokens]
, [model]
)prompt
The input for the model. Example: "Population of France is, in millions, :"
. Learn different use cases.
[optional] temperature
How much to deviate from deterministic answers, between 0 (default
, high-confidence) and 1 (more diverse). Example: "0.4"
.
[optional] max_tokens
The maximum number of tokens to consume in the answer. Example: "200"
(default
), "230"
. More.
[optional] model
The model to use, for example "gpt-3.5-turbo"
(smartest). More.
Selected options:
gpt-3.5-turbo
gpt-4