KEYWORDS_MISSPELLING_OPENAI

Use Open AI’s GPT generate common misspellings from a list of keywords.

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

Parameter List

Syntax
KEYWORDS_MISSPELLING_OPENAI(keywords
[temperature]
[max_tokens]
[model]
)
keywords

The keywords your want to generate the misspelling from.

[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 generate in the completion. 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

Examples

KEYWORDS_MISSPELLING_OPENAI("parfum, fragrance, cologne, scent, perfume") returns "parfum: parfam, parfim, parfom, parfuum fragrance: fragrence, fragranc, frangrance, frangrance cologne: colonge, collogne, collogne, collogne scent: sent, scnet, scet, scint perfume: perffume, purfume, perfumee, perfum"