demouo

Results 5 comments of demouo

I prefer to do this using: ```python def encode2(text): tokens = list(text.encode('utf-8')) # make the sorted merges dict pairs = sorted(merges, key=merges.get) for pair in pairs: tokens = merge(tokens, pair,...

The 2nd~4th Commits' changes: 1. LLM sometimes could not completely return the pure shell code, so I wrote the extracting function 2. Due to I was not familiar with the...

I do think cli-ai chatting with the (last) stdout result of shell will be a great movement to cli-free. I have two toy ideas: 1. Save the last command and...

thanks so much!!! @Sneaken

Hi, I think you can fork this repo and import the encryption scheme running well on your sys to replace the md5. Hope it help!