# GPT\_WEB formula

## Get up to date data from the Web with =GPT\_WEB

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

<table><thead><tr><th width="191">Parameter</th><th width="446">Description</th><th>Default</th></tr></thead><tbody><tr><td><code>prompt</code></td><td><p>the prompt describing the data you want to generate. (ex: "write a tagline for a waterproof t-shirt brand")</p><p><strong>required</strong></p></td><td>""</td></tr><tr><td><code>value</code></td><td>The cell you are referring to in your prompt (ex: A1)</td><td>null</td></tr><tr><td><code>temperature</code></td><td>Between 0 (not creative) and 2 (very creative)</td><td>0</td></tr><tr><td><code>model</code></td><td><code>standard</code> or <code>advanced</code> (gpt-4o-mini or gpt-4o)</td><td><code>standard</code></td></tr><tr><td><code>bypassCache</code></td><td>Bypass the cache and query openai again. The results will be differents than before.</td><td>false</td></tr></tbody></table>
