FIND_FACT_OPENAI

Use Open AI’s GPT model to discover facts about a country, person, company or the world.

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

Parameter List

Syntax
FIND_FACT_OPENAI(factsubject
[type]
[temperature]
[max_tokens]
[model]
)
fact

The fact or property you want to discover. For example: "Population (in millions)".

subject

The subject (entity) you want to know the fact about. "France".

[optional] type

The type or format of answer. For example "number" or "date" . By default, AI will answer with its best guess based on the prompt.

Selected options:
number
date
text
person
[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 "text-davinci-003" .For example: "ada" .

Selected options:
gpt-3.5-turbo
gpt-4

Examples

FIND_FACT_OPENAI(Population (in millions), France) returns The population of France in millions