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.
1 parent b31ecaf commit 1dbd924Copy full SHA for 1dbd924
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