"gpt-3.5-turbo" not working

Hi, I am attempting to use the OpenAI ChatGPT model “gpt-3.5-turbo,” but I am encountering an error.

Here is the code I’m using:
=OPENAI_COMPLETE(“write this a test”,10,0,1,“gpt-3.5-turbo”)

However, when I use the models “text-davinci-003” or “text-davinci-002,” it works without any issues.

Do you have any ideas on what I might be doing wrong?

Untitled-1

OPENAI_COMPLETE formula integrates openai completion endpoint into SSDC. However, “gpt-3.5-turbo” is a chat model and not supported in the openai v1/completions endpoint.

1 Like