From da1d51feeca74fdbdcb5bee667ad7057ecfdbc71 Mon Sep 17 00:00:00 2001 From: Anoop T Date: Mon, 6 Mar 2023 14:27:57 +0000 Subject: [PATCH] feat: updated README --- samples/react-openai-summarise-page-content/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-openai-summarise-page-content/README.md b/samples/react-openai-summarise-page-content/README.md index c599d911f..9a3fb35a5 100644 --- a/samples/react-openai-summarise-page-content/README.md +++ b/samples/react-openai-summarise-page-content/README.md @@ -2,7 +2,7 @@ ## Summary -This sample contains a SharePoint Framework web part and an Azure function that uses the Open AI API to summarize a SharePoint page in multiple languages. The web part uses the Microsoft Graph Pages API to get the page content and the Azure function uses the Open AI API to summarize the page content. The web part then displays the summary in the selected language. +This sample contains a SharePoint Framework web part and an Azure function that uses the Open AI API to summarise a SharePoint page in multiple languages. The web part uses the Microsoft Graph Pages API to get the page content and the Azure function uses the Open AI API to summarise the page content. The web part then displays the summary in the selected language. ![screenshot](./assets/page_summary.png)