Skip to content

Commit

Permalink
PR Addressing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerBarreto committed Jun 14, 2023
1 parent 21c349a commit 79caa51
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ await foreach (var chatMessageStream in chatCompletionResult.GetStreamingChatMes
{
yield return chatMessageStream.Content;
}
yield break;
}
}

Expand Down

0 comments on commit 79caa51

Please sign in to comment.