azure-openai-node
azure-openai-node copied to clipboard
Please fix localVarPath of createImage
The current function createImage is not working because the POST URL for image generation is not complete.
(api.js, Line 360): const localVarPath = '/images/generations'
Correct POST URL should be in format of '/images/generations:submit?api-version=2023-06-01-preview'