Hi, new to LLMs and RAG. For C1M1_ungraded_Lab2, I got confused about the role parameter. Apparently, it can be either ‘user‘ or ‘assistant‘ (‘system‘ is not often used, I guess). Can anyone help me understand why, in the code below for the augmented prompt, the role was set to ‘assistant‘ instead of ‘user‘?
I actually changed the role from ‘assistant‘ to ‘user‘, and the format of the reponse is very different. Thanks!
