Skip to content

Commit 7b7e64e

Browse files
authored
Use endpoint instead of computerVisionBaseUrl
1 parent a124504 commit 7b7e64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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>"]

0 commit comments

Comments
 (0)