Skip to content

Commit

Permalink
Update readme.md with new chat protocol link
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored Jun 7, 2024
1 parent 2b80241 commit 1e06873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Our API is composed of two main endpoints:
The `/documents` endpoint is used to ingest the documents after the application is deployed by uploading the PDFs, using either `curl` commands or the Node.js script we built (have a look at the `postup` hook in the `azure.yaml` file).

The web app is a simple chat interface that sends the user queries to the `/chat` endpoint and displays the responses.
We use the [HTTP protocol for AI chat apps](https://github.com/Azure-Samples/ai-chat-app-protocol) to communicate between the web app and the API.
We use the [HTTP protocol for AI chat apps](https://aka.ms/chatprotocol) to communicate between the web app and the API.

## Clean up

Expand Down

0 comments on commit 1e06873

Please sign in to comment.