Skip to content

Commit 4eab16c

Browse files
authored
Update articles/ai-services/openai/concepts/use-your-data.md
1 parent 9ca1ec6 commit 4eab16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For example, if you're creating a chatbot where the data consists of transcripti
109109
This system message can help improve the quality of the response by specifying the domain (in this case finance) and mentioning that the data consists of call transcriptions. It helps set the necessary context for the model to respond appropriately.
110110

111111
> [!NOTE]
112-
> The system message is used to modify how gpt assistant responds to user question based on retrieved documentation. It does not affect the retrieval process. If you would love to provide instruction for the retrieval process, it is better to include in the questions.
112+
> The system message is used to modify how GPT assistant responds to a user question based on retrieved documentation. It does not affect the retrieval process. If you'd like to provide instructions for the retrieval process, it is better to include them in the questions.
113113
> The system message is only guidance. The model might not adhere to every instruction specified because it has been primed with certain behaviors such as objectivity, and avoiding controversial statements. Unexpected behavior may occur if the system message contradicts with these behaviors.
114114
115115
### Maximum response

0 commit comments

Comments
 (0)