From 64ed8b4d55b7490ed3e2d37209a37375b0da80d6 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 11 Mar 2023 20:23:01 -0500 Subject: [PATCH] Updated readme and sample.json --- samples/react-chatgpt-app/README.md | 1 + samples/react-chatgpt-app/assets/sample.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/react-chatgpt-app/README.md b/samples/react-chatgpt-app/README.md index 854b3ca06..29f237b94 100644 --- a/samples/react-chatgpt-app/README.md +++ b/samples/react-chatgpt-app/README.md @@ -101,6 +101,7 @@ This assume you have a Azure App called "OpenAIFunctionsApp", you can change thi Version|Date|Comments -------|----|-------- 1.0.0|Feb 19, 2023|Initial release +1.1.0|March 2, 2023|Update ChatGPT-APP to use the latest API and model ChatGPT-3.5-turbo ## Minimal Path to Awesome diff --git a/samples/react-chatgpt-app/assets/sample.json b/samples/react-chatgpt-app/assets/sample.json index 90ce127bc..33e5bc2d8 100644 --- a/samples/react-chatgpt-app/assets/sample.json +++ b/samples/react-chatgpt-app/assets/sample.json @@ -10,7 +10,7 @@ "This App is a implementation of OpenAI ChatGPT-3. It runs on SharePoint, Teams as Personal or Teams App and Message Extension." ], "creationDateTime": "2023-02-19", - "updateDateTime": "2023-02-19", + "updateDateTime": "2023-03-02", "products": [ "SharePoint" ],