Skip to content

Commit 94446de

Browse files
committed
clean
1 parent c83a16b commit 94446de

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/ai-services/openai/references/on-your-data.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ completion = client.chat.completions.create(
136136
},
137137
{
138138
"role": "assistant",
139-
"content": "DRI stands for Directly Responsible Individual of a service. Which service are you asking about?",
139+
"content": "DRI stands for Directly Responsible Individual of a service. Which service are you asking about?"
140140
},
141141
{
142142
"role": "user",
@@ -187,14 +187,11 @@ az rest --method POST \
187187
"messages": [
188188
{
189189
"role": "user",
190-
"content": "Who is DRI?",
190+
"content": "Who is DRI?"
191191
},
192192
{
193193
"role": "assistant",
194-
"content": "DRI stands for Directly Responsible Individual of a service. Which service are you asking about?",
195-
"context": {
196-
"intent": "[\"Who is DRI?\", \"What is the meaning of DRI?\", \"Define DRI\"]"
197-
}
194+
"content": "DRI stands for Directly Responsible Individual of a service. Which service are you asking about?"
198195
},
199196
{
200197
"role": "user",

0 commit comments

Comments
 (0)