Skip to content

Commit 99d37b5

Browse files
authored
Update use-your-data.md
1 parent 57cfad2 commit 99d37b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-openai
88
ms.topic: quickstart
99
author: aahill
1010
ms.author: aahi
11-
ms.date: 11/14/2023
11+
ms.date: 01/09/2023
1212
recommendations: false
1313
---
1414

@@ -337,7 +337,7 @@ Use the following sections to help you configure Azure OpenAI on your data for o
337337

338338
### System message
339339

340-
Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality, what it should and shouldn't answer, and how to format responses. Token limits apply for the system message, are included with every API call, and counted against the overall token limit. The system message will be truncated if it exceeds the token limits listed in the [token estimation](#token-usage-estimation-for-azure-openai-on-your-data) section.
340+
Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality, what it should and shouldn't answer, and how to format responses. There are token limits that apply to the system message, used with every API call, and counted against the overall token limit. The system message will be truncated if it exceeds the token limits listed in the [token estimation](#token-usage-estimation-for-azure-openai-on-your-data) section.
341341

342342
For example, if you're creating a chatbot where the data consists of transcriptions of quarterly financial earnings calls, you might use the following system message:
343343

0 commit comments

Comments
 (0)