Skip to content

Commit 8096523

Browse files
authored
Apply suggestions from code review
PR review - Added periods at the end of the alt text and corrected the capitalization in the title in the metadate.
1 parent b856f4d commit 8096523

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-signalr/signalr-tutorial-group-chat-with-openai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build an AI-powered Group Chat with Azure SignalR and OpenAI Completion API
2+
title: Build an AI-powered group chat with Azure SignalR and OpenAI Completion API
33
author: kevinguo-ed
44
description: A tutorial explaining how Azure SignalR and OpenAI Completion API are used together to build an AI-powered group chat
55
ms.author: kevinguo
@@ -14,7 +14,7 @@ The integration of AI into applications is rapidly becoming a must-have for deve
1414

1515
This tutorial guides you through building a real-time group chat application. Among a group of human collaborators in a chat, there's an AI assistant, which has access to the chat history and can be invited to help out by any collaborator when they start the message with `@gpt`. The finished app looks like this.
1616

17-
:::image type="content" source="./media/signalr-tutorial-group-chat-with-openai/ai-powered-group-chat.png" alt-text="Screenshot of user interface for the AI-powered group chat":::
17+
:::image type="content" source="./media/signalr-tutorial-group-chat-with-openai/ai-powered-group-chat.png" alt-text="Screenshot of user interface for the AI-powered group chat.":::
1818

1919
We use OpenAI for generating intelligent, context-aware responses and SignalR for delivering the response to users in a group. You can find the complete code [in this repo](https://github.com/aspnet/AzureSignalR-samples/tree/main/samples/AIStreaming).
2020

@@ -42,7 +42,7 @@ In this section, we walk through the key parts of the code that integrate Signal
4242

4343
### Data flow
4444

45-
:::image type="content" source="./media/signalr-tutorial-group-chat-with-openai/sequence-diagram-ai-powered-group-chat.png" alt-text="Sequence diagram of the AI-powered group chat":::
45+
:::image type="content" source="./media/signalr-tutorial-group-chat-with-openai/sequence-diagram-ai-powered-group-chat.png" alt-text="Sequence diagram of the AI-powered group chat.":::
4646

4747
### SignalR Hub integration
4848

0 commit comments

Comments
 (0)