Skip to content

Commit daa52aa

Browse files
authored
Merge pull request #123730 from hyoshioka0128/patch-833
Update functions-add-openai-text-completion.md (Typo "Azure Open AI"→…
2 parents 12d9ae0 + 11d176d commit daa52aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-add-openai-text-completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ zone_pivot_groups: programming-languages-set-functions
1111

1212
# Tutorial: Add Azure OpenAI text completion hints to your functions in Visual Studio Code
1313

14-
This article shows you how to use Visual Studio Code to add an HTTP endpoint to the function app you created in the previous quickstart article. When triggered, this new HTTP endpoint uses an [Azure Open AI text completion input binding](functions-bindings-openai-textcompletion-input.md) to get text completion hints from your data model.
14+
This article shows you how to use Visual Studio Code to add an HTTP endpoint to the function app you created in the previous quickstart article. When triggered, this new HTTP endpoint uses an [Azure OpenAI text completion input binding](functions-bindings-openai-textcompletion-input.md) to get text completion hints from your data model.
1515

1616
During this tutorial, you learn how to accomplish these tasks:
1717

0 commit comments

Comments
 (0)