I'm getting this error when trying to do image generation:
Error at images/generations (https://<resource-name>.openai.azure.com/openai/deployments/<deployment-name>/images/generations?api-version=2023-06-01-preview) with HTTP status code: NotFound.
I think the /deployments/<deployment-name> part of the URL might mess it up when doing image generation on an Azure endpoint.
I'm getting this error when trying to do image generation:
Error at images/generations (https://<resource-name>.openai.azure.com/openai/deployments/<deployment-name>/images/generations?api-version=2023-06-01-preview) with HTTP status code: NotFound.
I think the
/deployments/<deployment-name>
part of the URL might mess it up when doing image generation on an Azure endpoint.