GPT_WEB formula

Get up to date data from the Web with =GPT_WEB

=GPT_WEB(prompt, value, temperature, model, cache)

ParameterDescriptionDefault

prompt

the prompt describing the data you want to generate. (ex: "write a tagline for a waterproof t-shirt brand")

required

""

value

The cell you are referring to in your prompt (ex: A1)

null

temperature

Between 0 (not creative) and 2 (very creative)

0

model

gpt-3.5 or gpt-4

gpt-3.5

bypassCache

Bypass the cache and query openai again. The results will be differents than before.

false

Last updated