OpenAI
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
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 consume in the answer. Example: "200"
(default
), "230"
. More.
[optional] model
The model to use, for example "gpt-4o"
(smartest). More.
Selected options:
gpt-4
gpt-4o