Is that something missing on C1M2_Assignment Exercise 5: The LLM to the Rescue!

The request is

Write a prompt that asks the LLM to generate an email to person_name, requesting them to return the book book_name by book_author before the due_date.

I am suppose which is involve function print_llm_response or get_llm_response

when try to import helper_functions, if will display error

Hi PC_Services_Ltd,

The assignment is to only write the prompt. At that point there is no need to import anything.

Once your prompt has passed the tests you can submit, but further down in the notebook there is a cell that imports get_llm_response from helper_functions followed by a cell that prints the result of passing your prompt to get_llm_response.

So if you import helper_functions yourself, the grader may object.

I hope this helps.

thanks reply, I submitted. But wording really weird "asks the LLM to generate" should fix it to avoid confuse. Suppose we should not spent time to debug those wording and system error

Hi PC_Services_Ltd,

I am glad it worked for you.

You are right that the wording could lead to some confusion. I will forward your comment to someone with access to the repo @Mubsi

Thanks!