I’m able to get suffix to work with davinci-003 and the gpt-3.5 completion models but I want to use davinci-002. However, it gives me an error when I use that model. Is there anyway to use suffix (basically recreate the old [insert] function) with davinci-002?
The model specifically trained to use insertions is text-davinci-002 on the completions endpoint. It’s an instruction following tuned model, while davinci-002 is a base completions model with no fine tune you don’t supply yourself.
Note: this GPT-3 model has been deprecated for months, and will be turned off January 4.