In the L4 code module (Tools for a customer outreach campaign) the code is using GPT 3.5 turbo. However, the lecture video says it is going to use GPT 4.0 turbo.
The code with GPT 3.5 does seem to work. However, there is a disconnect between the video and the actual notebook.
And I am getting this error;
NotFoundError: Error code: 404 - {‘error’: {‘message’: ‘The model gpt-4 does not exist or you do not have access to it.’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: ‘model_not_found’}}
NotFoundError: Error code: 404 - {‘error’: {‘message’: ‘The model gpt-4-turbo does not exist or you do not have access to it.’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: ‘model_not_found’}}
I suppose this issue could be resolved by downloading the gpt-4 turbo which is available free on microsoft copilot, or you can get it from openAI.
In case you want to try the codes in your local environment. This response is not from staff, but a solution I found.
But to get from open API, after you have made a successful payment of $5 or more (usage tier 1), you’ll be able to access the GPT-4, GPT-4 Turbo, and GPT-4o models via the OpenAI API.
already have access to OpenAI API and i can try it out in my local dev env. thats beyond the point. i thought i ran in to the same issue as the OP and hence wanted to file a bug, which IMHO is what this forum is for i guess. neways, apart from minor annoyances and some audio issues, a great course by the author.
Thanks for letting me know. I have asked the team to update the notebooks, leaving behind a note for the learners to know that they’ll be using gpt-3.5 instead of gpt-4 (unlike the videos). And since you are expected to use gpt-3.5, you won’t be able to use gpt-4 for this course on the platform. However, you can do so when running the notebooks locally.