ASK_OPENAI

Answer questions or complete tasks such as translation & copywriting. Uses OpenAI's machine-learning (ML) model.

icon of OpenAIOpenAI
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-3.5-turbo" (smartest). More.

Selected options:
gpt-3.5-turbo
gpt-4

Examples

ASK_OPENAI("The Popoulation of France:", 0, 230, "text-davinci-003") returns The population of france. The results might vary for the same prompt.