I am using openAPI with node.js. In local, it works and get the answer from completion, but when to deploy on azure server then its giving ‘undefined’ answer. Here is sample code
const prompt = Given the following: ${result1[0].answer}, and the user query: "${query}", give me short concise answer.;
You will need to upgrade your application to use gpt-3.5-turbo. text-davinci-003 is already unavailable for new Azure accounts.
Azure OpenAI Service offers a variety of models for different use cases. The following models are not available for new deployments beginning July 6, 2023. Deployments created prior to July 6, 2023 remain available to customers until July 5, 2024. We recommend customers migrate to the replacement models prior to the July 5, 2024 retirement.
Model summary table and region availability
Region availability is for customers with deployments of the models prior to July 6, 2023.
Thank you for your answer, and i have changed the model and redeployed it. But getting nothing, do have to create ‘gpt-3.5-turbo’ model in azure as well?
const prompt = Given the following: ${result1[0].answer}, and the user query: "${query}", give me one line and a short answer;