Skip to content

Commit 57609ca

Browse files
committed
Line edits
1 parent e7e87f2 commit 57609ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

learn-pr/azure/open-ai-dotnet-text-completions/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The GPT-3.5, and GPT-4 models from OpenAI are prompt-based optimized for conversational interfaces. With prompt-based models, the user interacts with the model by entering a text prompt, to which the model responds with a text or chat completion. This completion is the model's continuation of the input text.
1+
The GPT-3.5 and GPT-4 models from OpenAI are prompt-based optimized for conversational interfaces. With prompt-based models, the user interacts with the model by entering a text prompt, to which the model responds with a text or chat completion. This completion is the model's continuation of the input text.
22

33
You input some text as a prompt, and the model generates a completion that attempts to match whatever context or pattern you gave it. For example, if you give the AI the prompt, "As Descartes said, I think, therefore", it returns the completion " I am" with high probability.
44

learn-pr/azure/open-ai-dotnet-text-completions/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ title: Generate text and conversations with .NET and Azure OpenAI Completions
1515
summary: Learn how to use the .NET SDK with the Azure OpenAI service to have your applications carry on conversations with users in natural language.
1616
abstract: |
1717
In this module, you will:
18-
- Learn how to use the Azure OpenAI .NET SDK
19-
- Gain a foundational understanding of Azure OpenAI Completions
20-
- Learn tips on improving completion quality
18+
- Learn how to use the Azure OpenAI .NET SDK.
19+
- Gain a foundational understanding of Azure OpenAI Completions.
20+
- Learn tips on improving completion quality.
2121
prerequisites: |
2222
- Some C# programming experience
2323
- Basic familiarity with Azure OpenAI Service

0 commit comments

Comments
 (0)