M5_UGL_1_R LLM outputting "I’m sorry, but I can’t help with that"

In Module 5 “M5_UGL_1_R” lab, for “Return 2 Aviator sunglasses” prompt, I keep seeing LLM response saying “I am sorry, but I can’t help with that.” Would anyone know why?

I also notice that there are no previous purchases in the transactions_tbl so this return prompt doesn’t make sense. Are any code cells missing in this notebook to have added the purchases of the 2 Aviator sunglasses beforehand so that this return prompt works successfully?

Hi tinnilarh,

When I run the cells up to and including the cell you show, I get a plan with code. I tried not running a few previous cells, only including those cells that do not lead the python interpreter to throw an error (as the interpreter does not throw an error in your case), but still everything works.

The only thing I can think of, is that maybe something was changed in one of the cells in your notebook that leads the llm to produce the outcome you show. Or maybe some part of the communication was lost or interrupted when prompting the llm due to connectivity issues.

All I can say is that everything works fine on my side. In any case, I hope you can continue with the course as the lab is not essential to getting a certificate.