From b41cca2317114f1255acfd58ea7b08e8faa458f4 Mon Sep 17 00:00:00 2001 From: Robat Williams Date: Tue, 19 Dec 2023 12:35:27 +0000 Subject: [PATCH] Uninstallation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 65d1f99..5caf6a8 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,15 @@ Add the add-in to Excel by following the [sideloading instructions for your plat Type `=OAI.` in the formula bar or a cell, and you should see the new functions. +
+Uninstallation + +For Excel on the web, clear your browser's cookies for its domain. + +For other platforms, [clear the Office cache](https://learn.microsoft.com/en-us/office/dev/add-ins/testing/clear-cache). + +
+ ## Usage `OAI.CHAT_COMPLETE()` calls the API to create completions.