Ellen-Gu
Ellen-Gu
The error message is very confusing. Someone looked into the code and found the error is caused by version of transformers. I upgraded my transformers (from transformers-4.32.1 to transformers-4.39.1) then...
The send_message() function works correctly only on the first attempt; subsequent attempts fail, which, based on the error messages on my local laptop, appear to be related to type or...
I surmise that 'send_message_async' functions as a wrapper around 'send_message'. The issue with 'send_message()' in creating an iterable object could potentially be inherited by its asynchronous counterpart, 'send_message_async'.