openai-excel-functions icon indicating copy to clipboard operation
openai-excel-functions copied to clipboard

Azure OpenAI support

Open robatwilliams opened this issue 2 years ago • 1 comments

The OpenAI models are accessible via Azure via the same API requests/responses, however some additional path and query params are required/optional. These can be found here.

Organisations may be using the models via Azure due to e.g. different terms and conditions, or pre-existing selection of Azure as their default cloud platform.

robatwilliams avatar Dec 21 '23 14:12 robatwilliams

Deployment name - path param, can be specified in API_BASE

API version - query param, would need code change to support.

https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#rest-api-versioning

robatwilliams avatar Jan 03 '24 12:01 robatwilliams