From 815ec13a00b03909718937b0d7c85c3b66da805b Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 5 Oct 2023 09:13:44 +1100 Subject: [PATCH] Update README.md Added instructions on how to get this plugin running when using https://github.com/microsoft/chat-copilot locally --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18ddb24..9cdf730 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ This is a quickstart for sample for creating [ChatGPT Plugin](https://openai.com 1. Open Chat GPT and add the plugin with `localhost:8000` 1. Run a query for 'hiking boots' +If you are planning to add this plug into https://github.com/microsoft/chat-copilot running locally, you will need to add localhost and localhost:8000 to the allowed origins list in the CORS Middleware. + ## Deploy to Azure > NOTE: If you are running locally, then you first need to [install the Azure Developer CLI](https://aka.ms/azd/install)