An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hi @generativeai.dx ,
Welcome to Microsoft Q&A,
Let me reiterate the problem: You are trying to use completion scenarios with gpt-35-turbo and gpt-35-turbo-16k models and it is not working.
Solution:
gpt-35-turbo 0613 or any model after this supports only chat completion and not normal completions. Hence you can chat with them but not give them the completion scenarios.
That is for the older models, you need to find the right regions where the older models are still available and use them.
But I strongly believe you don't need completion models because chat completion models can do everything.
If you let me know what you want to do, I can guide you through the steps.
Note: If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".