Custome Functions For Google Sheets
This document introduces a collection of custom functions that can be used in the Google Sheets.
SALLY_GPT
- Description: This function calls an LL model using gpt-3.5-turbo
- Custom Function Name:
SALLY_GPT
- Parameters:
model
: gpt-3.5-turbo,gpt-4,gemini-proa
: Value or cell address.b
: Value or cell address.others
: Value or cell address.
- Returns: Content from the LL model.
Sample:
SALLY_GPT( A1, B1, "Your question here")
SALLY_GPT3
- Description: This function calls an LL model using gpt-3.5-turbo
- Custom Function Name:
SALLY_GPT3
- Parameters:
a
: Value or cell address.b
: Value or cell address.others
: Value or cell address.
- Returns: Content from the LL model.
Sample:
SALLY_GPT( A1, B1, "Your question here")
SALLY_GPT4
- Description: This function calls an LL model using gpt-3.5-turbo
- Custom Function Name:
SALLY_GPT4
- Parameters:
a
: Value or cell address.b
: Value or cell address.others
: Value or cell address.
- Returns: Content from the LL model.
Sample:
SALLY_GPT( A1, B1, "Your question here")
SALLY_GEMINI
- Description: This function calls the GEMINI PRO model.
- Custom Function Name:
SALLY_GEMINI
- Parameters:
a
: Value or cell address.b
: Value or cell address.c
: Value or cell address.
- Returns: Content from the LL model.
Sample:
SALLY_GEMINI(A1, B1, "Your question here")