File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 31
31
href : signalr-quickstart-rest-api.md
32
32
- name : Tutorials
33
33
items :
34
+ - name : Build a group chat app with OpenAI
35
+ href : signalr-tutorial-group-chat-with-open-ai.md
34
36
- name : Build a serverless real-time app with authentication
35
37
href : signalr-tutorial-authenticate-azure-functions.md
36
38
- name : Build a Blazor Server chat app
Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ You can use either Azure OpenAI or OpenAI for this project. Make sure to update
27
27
To build this application, you need the following:
28
28
* ASP.NET Core: To create the web application and host the SignalR hub
29
29
* [ 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
30
31
* [ OpenAI Client] ( https://www.nuget.org/packages/OpenAI/2.0.0-beta.10 ) : To interact with OpenAI's API for generating AI responses
31
32
32
33
# [ Azure OpenAI] ( #tab/azure-open-ai )
33
34
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
35
36
* [ SignalR] ( https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR.Client ) : For real-time communication between clients and the server
36
37
* [ Azure SignalR] ( ./signalr-overview.md ) : For managing SignalR connections at scale
37
38
* [ Azure OpenAI] ( https://www.nuget.org/packages/Azure.AI.OpenAI/2.0.0-beta.3 ) : Azure.AI.OpenAI
You can’t perform that action at this time.
0 commit comments