Request Azure openai implementation in glideapps

To use the Azure openai Api interface an alternative openai url has to be provided next to the api key.

curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/completions?api-version=2023-05-15
-H “Content-Type: application/json”
-H “api-key: YOUR_API_KEY”
-d “{
"prompt": "Once upon a time",
"max_tokens": 5
}”

That way as a company we can use the MS Azure openai.