We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9a294b + 1dbd924 commit 0f0a29fCopy full SHA for 0f0a29f
articles/postgresql/flexible-server/generative-ai-azure-overview.md
@@ -110,14 +110,14 @@ azure_ai.version()
110
111
### Examples
112
113
-#### Set the Endpoint and an API Key for Azure Open AI
+#### Set the Endpoint and an API Key for Azure OpenAI
114
115
```postgresql
116
select azure_ai.set_setting('azure_openai.endpoint','https://<endpoint>.openai.azure.com');
117
select azure_ai.set_setting('azure_openai.subscription_key', '<API Key>');
118
```
119
120
-#### Get the Endpoint and API Key for Azure Open AI
+#### Get the Endpoint and API Key for Azure OpenAI
121
122
123
select azure_ai.get_setting('azure_openai.endpoint');
0 commit comments