Paulo Truta
Paulo Truta
[This is an excellent guide ](https://github.com/xavidop/alexa-python-lambda-helloworld) on setting up a skill in a way that you can build, run, debug and test locally. It mostly uses Ask CLI from Amazon...
Trying to handle better possible errors coming from both the ChatGPT service as well as operational errors of the library we are using to communicate with it.
Currently, when an error occurs with the default intent (most certainly a communication problem with chatGPT), Alexa just falls back to the fail intent and gives a pretty boring and...