Skip to content

Commit 0f0a29f

Browse files
authored
Merge pull request #119887 from hyoshioka0128/patch-788
Typo "Azure Open AI"→"Azure OpenAI"
2 parents d9a294b + 1dbd924 commit 0f0a29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/flexible-server/generative-ai-azure-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ azure_ai.version()
110110

111111
### Examples
112112

113-
#### Set the Endpoint and an API Key for Azure Open AI
113+
#### Set the Endpoint and an API Key for Azure OpenAI
114114

115115
```postgresql
116116
select azure_ai.set_setting('azure_openai.endpoint','https://<endpoint>.openai.azure.com');
117117
select azure_ai.set_setting('azure_openai.subscription_key', '<API Key>');
118118
```
119119

120-
#### Get the Endpoint and API Key for Azure Open AI
120+
#### Get the Endpoint and API Key for Azure OpenAI
121121

122122
```postgresql
123123
select azure_ai.get_setting('azure_openai.endpoint');

0 commit comments

Comments
 (0)