From d428803d9fa97c250db3bdd1509bbe28e16c592c Mon Sep 17 00:00:00 2001 From: EvanChaki_MSFT <37411713+evchaki@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:53:49 -0700 Subject: [PATCH] Update README.md (#604) ### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone :smile: --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4678f93d5..2f2bfb323 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**NOTE**: This is a **sample** application to help you understand how Semantic Kernel and AI can work in Web Applications. This sample is **NOT FOR PRODUCTION** deployments. + # Chat Copilot Sample Application This sample allows you to build your own integrated large language model (LLM) chat copilot. The sample is built on Microsoft [Semantic Kernel](https://github.com/microsoft/semantic-kernel) and has three components: