Sebin Thomas
Sebin Thomas
Hi @laerreal Welcome to Cappy and thank you for the PR. I've gone through it and it looks good to merge except for some small issues. ` hash_template = '{method}%s{stub}{param_str}'...
@laerreal I suggest you keep ``` hash_template = '{method}_{stub}{param_str}' hash_str = hash_template.format(method=method, stub=stub, param_str=param_str) ``` and do ``` return md5(hash_str).hexdigest() ``` This makes it easy if you want to revert...
I'm using a mac with brave browser and chrome 117.
@xenova I haven't tried 1.16.0 but when I try with the unquantized version, it gives an error saying `Error: Can't create a session`. Will try with 1.16.0 and see ![Screenshot...