Skip to content

Commit 06c84a5

Browse files
committed
update
1 parent ab8bdb7 commit 06c84a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/openai/how-to/chatgpt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Work with the GPT-35-Turbo and GPT-4 models
2+
title: Work with chat completion 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 models with the chat completions API
55
author: mrbullwinkle #dereklegenzoff
66
ms.author: mbullwin #delegenz
77
ms.service: azure-ai-openai
88
ms.custom: build-2023, build-2023-dataai, devx-track-python
99
ms.topic: how-to
10-
ms.date: 09/05/2024
10+
ms.date: 03/26/2025
1111
manager: nitinme
1212
keywords: ChatGPT
1313
---
1414

15-
# Work with the GPT-3.5-Turbo, GPT-4 models, and GPT-4o models
15+
# Work with chat completions models
1616

1717
GPT-3.5-Turbo, GPT-4, and GPT-4o series 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 latest 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

0 commit comments

Comments
 (0)