Minor issue in course GPT 3.5 vs 4.0

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.

Hi @Jameelch

Thank you for raising this concern,

disconnect about gpt version??

Regards
DP

Yes. The video says that we will use gpt 4. However the Jupyter notebook is using gpt 3.5.

I have raised the issue to the concerned department. Kindly wait for the response. Thank you for your patience.

1 Like

Actually just tested with GPT-4


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’}}
Screenshot 2024-05-19 at 11.27.34 AM

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’}}

1 Like

Thanks @Deepti_Prasad . Super prompt response.

My response was for the post creator.

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.

Regards
DP

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.

Hi @Jameelch, @Deepti_Prasad, @ultrasounder,

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.

Best,
Mubsi