Automation
Web search
Websites
Translation
Social
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. Examples: "text-davinci-003"
(default
, smartest), "ada"
(simplest). More.
Selected options:
text-ada-001 (simplest)
text-babbage-001
text-curie-001
text-davinci-003 (smartest)