minor change

This commit is contained in:
Jicheng Lu 2023-11-30 15:10:08 -06:00
parent 9c1a571237
commit 2fff823b47

View file

@ -7,12 +7,6 @@ public class CommonContentGeneratingHook : IContentGeneratingHook
_services = services;
}
/// <summary>
/// After content generated.
/// </summary>
/// <returns></returns>
public async Task AfterGenerated(RoleDialogModel message, TokenStatsModel tokenStats)
{
SaveLlmCompletionLog(message, tokenStats);