From fc82747511cfc4e496c9979bebd03a70ffadc145 Mon Sep 17 00:00:00 2001 From: Robat Williams Date: Tue, 19 Dec 2023 14:13:23 +0000 Subject: [PATCH] Note about costs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd5dd63..b18be84 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ For other platforms, [clear the Office cache](https://learn.microsoft.com/en-us/ See the [function metadata](https://github.com/robatwilliams/openai-excel-formulas/blob/main/src/functions/functions.json) for full documentation of functions and parameters. Excel's presentation of custom function documentation varies by platform, but is best in the _Insert Function_ dialog and/or the desktop platform. +We advise caution to avoid unintentionally incurring excessive costs when working with many completion cells or expensive completions. Changes to dependency cells can cause mass recalculation, and certain actions in Excel can trigger full recalculation. You may wish to switch the calculation mode in Excel from automatic to manual. + ## Using completion results Completions populate the cell with a custom data type which includes the complete API request and response. Its text value is the content of the first completion choice.