Skip to content

Commit 99ac57a

Browse files
authored
Merge pull request #119606 from hyoshioka0128/patch-784
Typo "Azure Open AI"→"Azure OpenAI"
2 parents 843d3b7 + 6773979 commit 99ac57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ select azure_ai.set_setting('azure_openai.subscription_key', '<API Key>');
3434

3535
## `azure_openai.create_embeddings`
3636

37-
Invokes the Azure Open AI API to create embeddings using the provided deployment over the given input.
37+
Invokes the Azure OpenAI API to create embeddings using the provided deployment over the given input.
3838

3939
```postgresql
4040
azure_openai.create_embeddings(deployment_name text, input text, timeout_ms integer DEFAULT 3600000, throw_on_error boolean DEFAULT true)

0 commit comments

Comments
 (0)