Automation
Translation
AI
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
TRANSLATE_OPENAI(prompt, language,
[temperature]
, [max_tokens]
, [model]
)prompt
The text to translate.
language
The language to translate to.
[optional] temperature
The sampling temperature to use, between 0 and 1. Use 1 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 generate in the completion. By default it is 2000. For example: "230"
.
[optional] model
The model to use. By default it uses "gpt-3.5-turbo"
.For example: "ada"
.
Selected options:
gpt-3.5-turbo
gpt-4