@@ -89,7 +89,7 @@ First, create a JSON file named `request_body.json` with the following content:
89
89
90
90
* To request modified content filtering, complete the following form: [ Azure OpenAI Limited Access Review: Modified Content Filters] ( https://ncv.microsoft.com/uEfCgnITdR ) .
91
91
92
- * Once approved, create or update your ` request_body.json ` file to include the ` "disableContentFiltering": true ` property:
92
+ * Once approved, create or update your ` request_body.json ` file to include the ` "disableContentFiltering": true ` property. Here is an example :
93
93
94
94
``` json
95
95
{
@@ -103,7 +103,9 @@ First, create a JSON file named `request_body.json` with the following content:
103
103
"returnDetails" : true ,
104
104
},
105
105
"fieldSchema" : {
106
- ...
106
+
107
+ <insert your schema here>
108
+
107
109
}
108
110
}
109
111
@@ -142,7 +144,7 @@ First, create a JSON file named `request_body.json` with the following content:
142
144
143
145
* To request modified content filtering, complete the following form: [ Azure OpenAI Limited Access Review: Modified Content Filters] ( https://ncv.microsoft.com/uEfCgnITdR ) .
144
146
145
- * Once approved, create or update your ` request_body.json ` file to include the ` "disableContentFiltering": true ` property:
147
+ * Once approved, create or update your ` request_body.json ` file to include the ` "disableContentFiltering": true ` property. Here is an example :
146
148
147
149
``` json
148
150
{
@@ -154,8 +156,10 @@ First, create a JSON file named `request_body.json` with the following content:
154
156
155
157
"returnDetails" : true ,
156
158
},
157
- "fieldSchema" : {
158
- ...
159
+ "fieldSchema" : {
160
+
161
+ <insert your schema here>
162
+
159
163
}
160
164
}
161
165
@@ -209,7 +213,7 @@ First, create a JSON file named `request_body.json` with the following content:
209
213
210
214
* To request modified content filtering, complete the following form: [ Azure OpenAI Limited Access Review: Modified Content Filters] ( https://ncv.microsoft.com/uEfCgnITdR ) .
211
215
212
- * Once approved, create or update your ` request_body.json ` file to include the ` "disableContentFiltering": true ` property:
216
+ * Once approved, create or update your ` request_body.json ` file to include the ` "disableContentFiltering": true ` property. Here is an example :
213
217
214
218
``` json
215
219
{
@@ -223,7 +227,9 @@ First, create a JSON file named `request_body.json` with the following content:
223
227
"locales" : [" en-US" ]
224
228
},
225
229
"fieldSchema" : {
226
- ...
230
+
231
+ <insert your schema here>
232
+
227
233
}
228
234
}
229
235
@@ -261,7 +267,7 @@ First, create a JSON file named `request_body.json` with the following content:
261
267
262
268
* To request modified content filtering, complete the following form: [ Azure OpenAI Limited Access Review: Modified Content Filters] ( https://ncv.microsoft.com/uEfCgnITdR ) .
263
269
264
- * Once approved, create or update your ` request_body.json ` file to include the ` "disableContentFiltering": true ` property:
270
+ * Once approved, create or update your ` request_body.json ` file to include the ` "disableContentFiltering": true ` property. Here is an example :
265
271
266
272
``` json
267
273
{
@@ -273,7 +279,9 @@ First, create a JSON file named `request_body.json` with the following content:
273
279
274
280
},
275
281
"fieldSchema" : {
276
- ...
282
+
283
+ <insert your schema here>
284
+
277
285
}
278
286
}
279
287
0 commit comments