File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
articles/ai-services/openai/how-to Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ Follow these steps to set up a video retrieval system and integrate it with your
311
311
{
312
312
"type" : " AzureComputerVisionVideoIndex" ,
313
313
"parameters" : {
314
- "computerVisionBaseUrl " : " <your_computer_vision_endpoint>" ,
314
+ "endpoint " : " <your_computer_vision_endpoint>" ,
315
315
"computerVisionApiKey" : " <your_computer_vision_key>" ,
316
316
"indexName" : " <name_of_your_index>" ,
317
317
"videoUrls" : [" <your_video_SAS_URL>" ]
@@ -328,12 +328,7 @@ Follow these steps to set up a video retrieval system and integrate it with your
328
328
{
329
329
"type" : " text" ,
330
330
"text" : " Describe this video:"
331
- }
332
- ]
333
- },
334
- {
335
- "role" : " user" ,
336
- "content" : [
331
+ },
337
332
{
338
333
"type" : " acv_document_id" ,
339
334
"acv_document_id" : " <your_video_ID>"
You can’t perform that action at this time.
0 commit comments