W Shao
W Shao
We should hide unrelated logs, only print logs that are important. And print better error messages when configuration is incorrect.
I was having some long conversations with GPT-4-turbo, which has an 128K message window. Then I received the error message saying the input is too long. After some debugging, I...
If the internet quality isn't good, sometimes during reconnection, `ssl.wrap_socket()` blocks. The usually causes other coroutines to stop responding. In my case, this triggers WatchDog Timer to restart the MCU....