Skip to content

Commit ab6d9ad

Browse files
Update aspnetcore/tutorials/ai-powered-group-chat/ai-powered-group-chat.md
Co-authored-by: David Pine <[email protected]>
1 parent d9db275 commit ab6d9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/ai-powered-group-chat/ai-powered-group-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void UpdateGroupHistoryForAssistant(string groupName, string message)
7575
_history.GetOrAddGroupHistory(groupName, userName, message);
7676
```
7777

78-
### Streaming AI responses
78+
### Stream AI responses
7979

8080
The `CompleteChatStreamingAsync()` method streams responses from OpenAI incrementally, which allows the app to send partial responses to the client as they are generated.
8181

0 commit comments

Comments
 (0)