Skip to content

Commit

Permalink
Add PARAMS sheet instructions (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Robat Williams <robatwilliams@gmail.com>
  • Loading branch information
chrisprice and robatwilliams committed Jan 16, 2024
1 parent 4186c0e commit 0c514fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For other platforms, [clear the Office cache](https://learn.microsoft.com/en-us/

## Usage

`OAI.CHAT_COMPLETE()` calls the API to create completions.
`OAI.CHAT_COMPLETE()` calls the API to create completions. It is typical to setup a sheet containing parameters for the model call. The first column is used as parameter keys and the second as values. The API_KEY parameter is required and its value should be sourced from the OpenAI console.

`OAI.COST()` calculates the billing cost(s) of completion cell(s). Wrap it with `SUM()` to calculate a total.

Expand Down

0 comments on commit 0c514fc

Please sign in to comment.