Skip to content

Commit 3fc20bf

Browse files
authored
Merge pull request #271556 from paulth1/chatgpt-article-and-include
[AQ] edit pass: chatgpt-article-and-include
2 parents 189d4b1 + 020ade2 commit 3fc20bf

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to work with the GPT-35-Turbo and GPT-4 models
2+
title: Work with the GPT-35-Turbo and GPT-4 models
33
titleSuffix: Azure OpenAI Service
4-
description: Learn about the options for how to use the GPT-35-Turbo and GPT-4 models
4+
description: Learn about the options for how to use the GPT-35-Turbo and GPT-4 models.
55
author: mrbullwinkle #dereklegenzoff
66
ms.author: mbullwin #delegenz
77
ms.service: azure-ai-openai
@@ -12,10 +12,10 @@ manager: nitinme
1212
keywords: ChatGPT
1313
---
1414

15-
# Learn how to work with the GPT-3.5-Turbo and GPT-4 models
15+
# Work with the GPT-3.5-Turbo and GPT-4 models
1616

17-
The GPT-3.5-Turbo and GPT-4 models are language models that are optimized for conversational interfaces. The models behave differently than the older GPT-3 models. Previous models were text-in and text-out, meaning they accepted a prompt string and returned a completion to append to the prompt. However, the GPT-3.5-Turbo and GPT-4 models are conversation-in and message-out. The models expect input formatted in a specific chat-like transcript format, and return a completion that represents a model-written message in the chat. While this format was designed specifically for multi-turn conversations, you'll find it can also work well for non-chat scenarios too.
17+
The GPT-3.5-Turbo and GPT-4 models are language models that are optimized for conversational interfaces. The models behave differently than the older GPT-3 models. Previous models were text-in and text-out, which means they accepted a prompt string and returned a completion to append to the prompt. However, the GPT-3.5-Turbo and GPT-4 models are conversation-in and message-out. The models expect input formatted in a specific chat-like transcript format. They return a completion that represents a model-written message in the chat. This format was designed specifically for multi-turn conversations, but it can also work well for nonchat scenarios.
1818

19-
This article walks you through getting started with the GPT-3.5-Turbo and GPT-4 models. It's important to use the techniques described here to get the best results. If you try to interact with the models the same way you did with the older model series, the models will often be verbose and provide less useful responses.
19+
This article walks you through getting started with the GPT-3.5-Turbo and GPT-4 models. To get the best results, use the techniques described here. Don't try to interact with the models the same way you did with the older model series because the models are often verbose and provide less useful responses.
2020

2121
[!INCLUDE [Chat Completions](../includes/chat-completion.md)]

0 commit comments

Comments
 (0)