Hi All,
I’ve started the AI Python for Beginners, which is a great course.
The only problem is the error message when executing the tests in Jupyter Notebook.
ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 1
----> 1 from helper_functions import print_llm_response
2 print_llm_response(“What is the capital of France?”)
ModuleNotFoundError: No module named ‘helper_functions’
Has anybody run on a similar error message?
Thank you all.
Best Regards
Ottavio