InvalidRequestError: The embeddings operation does not work with the specified model, gpt-3.5-turbo. Please choose different model and try again

I want to put my own data and get embeddings from openai.embeddings_utils with gpt-3.5 Turbo but can’t get embeddings. It raises the above error. Can anyone pls tell

Code - df[‘ada_v2’] = df[“Description”].apply(lambda x : get_embedding(x, engine = ‘gpt-3.5-turbo’))