Fix documentation

This commit is contained in:
Marco Minerva
2024-07-19 10:58:56 +02:00
parent b66e64f6a2
commit 21b61281a7
@@ -50,7 +50,7 @@ public class ChatService(IMemoryCache cache, IChatCompletionService chatCompleti
""");
// TODO: Ensure that the chunks are not too long, according to the model max token.
// TODO: Ensure that chunks are not too long, according to the model max token.
foreach (var result in chunks.Select(c => c.Content))
{
prompt.AppendLine(result);