When possible, I very much recommend adding unit tests to a Pull Request when you fix something as a way to prevent that it breaks again in future. This is no news. One important step of adding that unit test, though, is to make sure it actually tests the bug you are fixing. Specifically, this…
Author: Alex Kirk
-
-
I have issued an update to my CLI ChatGPT Client (see when I first announced it) so that you can now resume conversations. Here is the new –help output (I personally have an alias cgt=path/to/chat.php to have it quickly available): The CLI client uses a streaming response, so you can watch as it generates your…