Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 683 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 683 Bytes

Stochastic Parrot in the Sheets (SPITS)

A Google Gemini AI / LLM Prompt function script for use in Google Sheets

Usage

=spits(_apikey_, _prompt_)

Example:

Column A Column B
Row 1 JPMorgan Chase =spits("fake-api-key-123-insert-yours-here","Get the website for "&A1)
Row 2 The company that makes World of Warcraft =spits("fake-api-key-123-insert-yours-here","Get the website for "&A2)
Row 3 The Flight Academy in Renton, WA =spits("fake-api-key-123-insert-yours-here","Get the website for "&A3)

Requirements