Open
Description
Can you try to do it with azure openai following your instructions and confirm it works because it does not in my side.
I think you copied the OpenAI endpoint but for Azure it's different.
Azure SDK code:
const apiKey = "";
const apiVersion = "2024-04-01-preview";
const endpoint = "https://xxx.openai.azure.com/";
const modelName = "gpt-4o-mini";
const deployment = "gpt-4o-mini";
const options = { endpoint, apiKey, deployment, apiVersion }
const client = new AzureOpenAI(options);
I think the apiVersion is missing.
Could you please confirm?
Metadata
Metadata
Assignees
Labels
No labels