Skip to content

Commit 55dbe18

Browse files
committed
link renaming
1 parent 0227762 commit 55dbe18

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/ai-services/openai/concepts/customizing-llms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ A Marketing Manager at an environmentally conscious company can use prompt engin
3535

3636
### Getting started
3737

38-
- [Introduction to prompt engineering](./prompt-engineering.md)
39-
- [Prompt engineering techniques](./advanced-prompt-engineering.md)
38+
- [Prompt engineering techniques](./prompt-engineering.md)
39+
- [System messages](./advanced-prompt-engineering.md)
4040
- [15 tips to become a better prompt engineer for generative AI](https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/15-tips-to-become-a-better-prompt-engineer-for-generative-ai/ba-p/3882935)
4141
- [The basics of prompt engineering (video)](https://www.youtube.com/watch?v=e7w6QV1NX1c)
4242

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure OpenAI Service | Introduction to Prompt engineering
2+
title: Azure OpenAI Service | Prompt engineering techniques
33
titleSuffix: Azure OpenAI
44
description: Learn how to use prompt engineering to optimize your work with Azure OpenAI Service.
55
ms.service: azure-ai-openai
@@ -12,7 +12,7 @@ ms.author: mbullwin
1212
recommendations: false
1313
---
1414

15-
# Introduction to prompt engineering
15+
# Prompt engineering techniques
1616

1717
GPT-3, GPT-3.5, GPT-4, and GPT-4o models from OpenAI are prompt-based. With prompt-based models, the user interacts with the model by entering a text prompt, to which the model responds with a text completion. This completion is the model’s continuation of the input text.
1818

articles/ai-services/openai/concepts/system-message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ Finally, remember that system messages, or metaprompts, are not "one size fits a
164164
## Next steps
165165

166166
- [Azure OpenAI Service](/azure/ai-services/openai/concepts/prompt-engineering)
167-
- [Prompt engineering techniques with Azure OpenAI](/azure/ai-services/openai/concepts/advanced-prompt-engineering?pivots=programming-language-chat-completions)
167+
- [System message design with Azure OpenAI](/azure/ai-services/openai/concepts/advanced-prompt-engineering?pivots=programming-language-chat-completions)
168168
- [Announcing Safety System Messages in Azure AI Studio and Azure OpenAI Studio](https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/announcing-safety-system-messages-in-azure-ai-studio-and-azure/ba-p/4146991) - Microsoft Community Hub
169169
- [Safety system message templates ](./safety-system-message-templates.md)

articles/ai-services/openai/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ sections:
6363
- question: |
6464
Where can I read about better ways to use Azure OpenAI to get the responses I want from the service?
6565
answer: |
66-
Check out our [introduction to prompt engineering](./concepts/prompt-engineering.md). While these models are powerful, their behavior is also very sensitive to the prompts they receive from the user. This makes prompt construction an important skill to develop. After you've completed the introduction, check out our article on [advanced prompt engineering techniques](./concepts/advanced-prompt-engineering.md).
66+
Check out our [introduction to prompt engineering](./concepts/prompt-engineering.md). While these models are powerful, their behavior is also very sensitive to the prompts they receive from the user. This makes prompt construction an important skill to develop. After you've completed the introduction, check out our article on [system messages](./concepts/advanced-prompt-engineering.md).
6767
- question: |
6868
My guest account has been given access to an Azure OpenAI resource, but I'm unable to access that resource in the Azure OpenAI Studio. How do I enable access?
6969
answer: |

articles/ai-services/openai/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ landingContent:
144144
url: ./concepts/content-filter.md#asynchronous-filter
145145
- text: Red teaming large language models (LLMs)
146146
url: ./concepts/red-teaming.md
147-
- text: System message templates
147+
- text: Safety system messages
148148
url: ./concepts/system-message.md
149149
- text: Abuse monitoring
150150
url: ./concepts/abuse-monitoring.md

0 commit comments

Comments
 (0)