Updated readme and sample.json

This commit is contained in:
Hugo Bernier 2023-03-11 20:23:01 -05:00
parent 8a64316f4d
commit 64ed8b4d55
2 changed files with 2 additions and 1 deletions

View File

@ -101,6 +101,7 @@ This assume you have a Azure App called "OpenAIFunctionsApp", you can change thi
Version|Date|Comments Version|Date|Comments
-------|----|-------- -------|----|--------
1.0.0|Feb 19, 2023|Initial release 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 ## Minimal Path to Awesome

View File

@ -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." "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", "creationDateTime": "2023-02-19",
"updateDateTime": "2023-02-19", "updateDateTime": "2023-03-02",
"products": [ "products": [
"SharePoint" "SharePoint"
], ],