Your have learned general best parctices and now it is time for you to apply your knowledge to fix some prompts.
In this exercise you are already given a notebook to work with. Open the following notebook:
Prompt#1 : Model is hallucinating and you need to address it.
Prompt#2 : Model is generating a reponse to a question that is difficult to understand for middle schoolers
Prompt#3 : The prompt is for a customer service agent that needs to answer questions on products sold by a retailer. Augment the prompt with product catalog data. If a question is asked on product that is not in the catalog, the model should provide an appropriate response. The product catalog data is available under the folder model/data/acme-product-catalog.txt
Prompt#4 : Response is biased fix it.
Hint: For #3 read the product catalog file and use it as context
The solution notebook is available under: