add memory
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 16s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 16s
This commit is contained in:
@@ -30,7 +30,7 @@ public class LlmCommands : InteractionModuleBase<SocketInteractionContext>
|
||||
{
|
||||
var accumulated = "";
|
||||
|
||||
await foreach (var text in _llmService.SendMessageAsync(channelId, userName, prompt))
|
||||
await foreach (var text in _llmService.SendMessageAsync(channelId, Context.User.Id, userName, prompt))
|
||||
{
|
||||
accumulated = text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user