Skip to content

Commit 2898ba3

Browse files
authored
Added item to TOC
1 parent 4642d6d commit 2898ba3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/azure-signalr/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
href: signalr-quickstart-rest-api.md
3232
- name: Tutorials
3333
items:
34+
- name: Build a group chat app with OpenAI
35+
href: signalr-tutorial-group-chat-with-open-ai.md
3436
- name: Build a serverless real-time app with authentication
3537
href: signalr-tutorial-authenticate-azure-functions.md
3638
- name: Build a Blazor Server chat app

articles/azure-signalr/signalr-tutorial-group-chat-with-open-ai.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ You can use either Azure OpenAI or OpenAI for this project. Make sure to update
2727
To build this application, you need the following:
2828
* ASP.NET Core: To create the web application and host the SignalR hub
2929
* [SignalR](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR.Client): For real-time communication between clients and the server
30+
* [Azure SignalR](./signalr-overview.md): For managing SignalR connections at scale
3031
* [OpenAI Client](https://www.nuget.org/packages/OpenAI/2.0.0-beta.10): To interact with OpenAI's API for generating AI responses
3132

3233
# [Azure OpenAI](#tab/azure-open-ai)
3334
To build this application, you need the following:
34-
* ASP.NET Core: To create the web application and host the SignalR hub.
35+
* ASP.NET Core: To create the web application and host the SignalR hub
3536
* [SignalR](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR.Client): For real-time communication between clients and the server
3637
* [Azure SignalR](./signalr-overview.md): For managing SignalR connections at scale
3738
* [Azure OpenAI](https://www.nuget.org/packages/Azure.AI.OpenAI/2.0.0-beta.3): Azure.AI.OpenAI

0 commit comments

Comments
 (0)