Skip to content

Commit

Permalink
Update README images
Browse files Browse the repository at this point in the history
  • Loading branch information
momuno authored Aug 2, 2023
1 parent f2d0bbe commit c7f57f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ These quick-start instructions run the sample locally. To deploy the sample to A
> **IMPORTANT:** Each chat interaction will call Azure OpenAI/OpenAI which will use tokens that you may be billed for.
![UI-Sample](https://github.com/microsoft/chat-copilot/assets/52973358/4e2d926c-597d-4e03-8be7-ea277aa7e54d)
![ChatCopilot](https://github.com/microsoft/chat-copilot/assets/64985898/142999e8-6698-4428-bad6-4a9f374adf85)

# Requirements
You will need the following items to run the sample:
Expand Down Expand Up @@ -204,7 +204,7 @@ You will need the following items to run the sample:

3. **_Issue:_** Localhost SSL certificate errors / CORS errors

![Cert-Issue](https://github.com/microsoft/chat-copilot/assets/52973358/fb633f1d-55bd-45c8-a7c2-6479c214f14a)
![Cert-Issue](https://github.com/microsoft/chat-copilot/assets/64985898/e9072af1-e43c-472d-bebc-d0082d0c9180)

_Explanation_: Your browser may be blocking the frontend access to the backend while waiting for your permission to connect.

Expand Down Expand Up @@ -246,4 +246,4 @@ You will need the following items to run the sample:
# Update and install dotnet
sudo apt update;
sudo apt install --assume-yes dotnet-sdk-7.0;
```
```

0 comments on commit c7f57f1

Please sign in to comment.