You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Return only yaml content and match provided schema. Do not return provided input. Make sure that expected answer is in requested language which is " +
lang +
". Otherwise return an error",
},
{ content, role: "user" },
],
response_format: {
type: "text",
},
});
const [choice] = response.choices;
if (choice.finish_reason !== "stop") {
throw new Error("Something went wrong," + choice.message.refusal);