=PROMPT("openai/gpt-4o-mini", A1:D10, "Extract keywords")
will use GPT-4o mini to extract keywords from the cells.=PROMPT("openai/gpt-4o-mini", A1:D10, "Extract keywords", 0.7)
will use GPT-4o minito extract keywords from the cells and use a temperature of 0.7.=PROMPT("openai/gpt-4o-mini", A1:D10)
will use GPT-4o mini to process the range of cells and follow instructions as long as they present somewhere in the cells.=PROMPT("openai/gpt-4o-mini", A1:D10, 0.7)
will use GPT-4o mini to process the selected range of cells, follow any instruction within the cells, and use a temperature of 0.7.