Skip to content

Commit e5a7ca7

Browse files
Merge pull request #263924 from begillil/fix-video-messages
Fix Video Vision enhancement example in gpt-with-vision.md
2 parents eb16a3e + 7b7e64e commit e5a7ca7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

articles/ai-services/openai/how-to/gpt-with-vision.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Follow these steps to set up a video retrieval system and integrate it with your
311311
{
312312
"type": "AzureComputerVisionVideoIndex",
313313
"parameters": {
314-
"computerVisionBaseUrl": "<your_computer_vision_endpoint>",
314+
"endpoint": "<your_computer_vision_endpoint>",
315315
"computerVisionApiKey": "<your_computer_vision_key>",
316316
"indexName": "<name_of_your_index>",
317317
"videoUrls": ["<your_video_SAS_URL>"]
@@ -328,12 +328,7 @@ Follow these steps to set up a video retrieval system and integrate it with your
328328
{
329329
"type": "text",
330330
"text": "Describe this video:"
331-
}
332-
]
333-
},
334-
{
335-
"role": "user",
336-
"content": [
331+
},
337332
{
338333
"type": "acv_document_id",
339334
"acv_document_id": "<your_video_ID>"

0 commit comments

Comments
 (0)