Errors accessing gpt-3.5-turbo and gpt-4 models

Hello,

I’m trying to use the gpt-3.5-turbo model with the OpenAI library in my project, but I get the following error:

Error: Project proj_aKCC5YTLz9zl3AHA4BvATMhe does not have access to model gpt-3.5-turbo

I’ve already tried:

  • Generate a new API key and update it in the .env file
  • Create a new project and generate a new API key for it
  • Use both versions of the library openai==1.55.0 and openai==0.28.0

However, the error persists. Please help me figure out why my project does not have access to the gpt-3.5-turbo model and how to fix it.

Thank you!

1 Like