Colin
Colin
 While running in an admin command prompt. Windows 10, Python 3
I was looking to patch the plugin myself and provide a fix for the issue but couldn't find how to get the client's user ID (found the message author info...
I suppose this also applies to the click delete too then. EDIT: Maybe not. Should just alert the user if they don't have permissions to delete messages.
> > And according to https://github.com/meta-llama/llama3/blob/main/llama/tokenizer.py#L222, there shouldn't be '\n' between '' and ''. > > Thank you, you're right! There was also an unintended newline after the BOS token....
Alternatively, the spot where the keyerror is being thrown could be changed to `params.get('max_memory')` if that is preferred
There are other issues with this commit actually, every param that was hidden from logging by only assigning it if it's needed or not none means any check or reference...
Okay, I'll try to implement this tomorrow when I get the chance, its late here for me :) thanks for your reply
Should be done now if you'd like to review. 
oh it seems the change I initially to max memory didn't revert. Let me fix that
All good now afaik