From 57aa1bf522fccc65712292f1eacb79747e4001e9 Mon Sep 17 00:00:00 2001 From: Robat Williams Date: Thu, 21 Dec 2023 11:17:29 +0000 Subject: [PATCH] Clarify what we mean by Excel not showing all metadata --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 606855a..4873f60 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ For other platforms, [clear the Office cache](https://learn.microsoft.com/en-us/ `OAI.COST()` calculates the billing cost(s) of completion cell(s). Wrap it with `SUM()` to calculate a total. -See the [function metadata](https://github.com/robatwilliams/openai-excel-functions/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. +See the [function metadata](https://github.com/robatwilliams/openai-excel-functions/blob/main/src/functions/functions.json) for full documentation of functions and parameters. Excel's presentation of custom function documentation varies in completeness 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.