APPLY_TASK_OPENAI

Use Open AI’s GPT model to clean up or apply logic rules to data.

AI
icon of OpenAIOpenAI
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
APPLY_TASK_OPENAI(tasktext
[temperature]
[max_tokens]
[model]
)
task

The task or rule to apply. For example: "Capitalize all words".

text

The text you want to know something about. "i hAvE A Dog".

[optional] temperature

The sampling temperature to use, between 0 and 1. Use 1 for creative applications, and 0 for well-defined answers. 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 "text-davinci-003" .For example: "ada" .

Selected options:
text-ada-001
text-babbage-001
text-curie-001
text-davinci-003
gpt-3.5-turbo (smartest)

Examples

APPLY_TASK_OPENAI(Capitalize all characters, i hAvE A Dog) returns I HAVE A DOG