Skip to content

Commit 595a2d2

Browse files
Merge pull request #266523 from mrbullwinkle/mrb_02_16_2024_freshness
[Azure OpenAI] Freshness + acrolinx updates
2 parents 59d5a7f + e4d02ec commit 595a2d2

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed

articles/ai-services/openai/concepts/advanced-prompt-engineering.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Prompt engineering techniques with Azure OpenAI
33
titleSuffix: Azure OpenAI Service
4-
description: Learn about the options for how to use prompt engineering with GPT-3, GPT-35-Turbo, and GPT-4 models
5-
author: suhridpalsule
4+
description: Learn about the options for how to use prompt engineering with GPT-3, GPT-35-Turbo, and GPT-4 models.
5+
author: mrbullwinkle
66
ms.author: mbullwin
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 04/20/2023
9+
ms.date: 02/16/2024
1010
manager: nitinme
1111
keywords: ChatGPT, GPT-4, prompt engineering, meta prompts, chain of thought
1212
zone_pivot_groups: openai-prompt
@@ -23,7 +23,7 @@ While the principles of prompt engineering can be generalized across many differ
2323

2424
Each API requires input data to be formatted differently, which in turn impacts overall prompt design. The **Chat Completion API** supports the GPT-35-Turbo and GPT-4 models. These models are designed to take input formatted in a [specific chat-like transcript](../how-to/chatgpt.md) stored inside an array of dictionaries.
2525

26-
The **Completion API** supports the older GPT-3 models and has much more flexible input requirements in that it takes a string of text with no specific format rules. Technically the GPT-35-Turbo models can be used with either APIs, but we strongly recommend using the Chat Completion API for these models. To learn more, please consult our [in-depth guide on using these APIs](../how-to/chatgpt.md).
26+
The **Completion API** supports the older GPT-3 models and has much more flexible input requirements in that it takes a string of text with no specific format rules.
2727

2828
The techniques in this guide will teach you strategies for increasing the accuracy and grounding of responses you generate with a Large Language Model (LLM). It is, however, important to remember that even when using prompt engineering effectively you still need to validate the responses the models generate. Just because a carefully crafted prompt worked well for a particular scenario doesn't necessarily mean it will generalize more broadly to certain use cases. Understanding the [limitations of LLMs](/legal/cognitive-services/openai/transparency-note?context=/azure/ai-services/openai/context/context#limitations), is just as important as understanding how to leverage their strengths.
2929

articles/ai-services/openai/how-to/switching-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbullwin
77
ms.service: azure-ai-openai
88
ms.custom: devx-track-python
99
ms.topic: how-to
10-
ms.date: 01/06/2023
10+
ms.date: 02/16/2024
1111
manager: nitinme
1212
---
1313

0 commit comments

Comments
 (0)