We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a124504 commit 7b7e64eCopy full SHA for 7b7e64e
articles/ai-services/openai/how-to/gpt-with-vision.md
@@ -311,7 +311,7 @@ Follow these steps to set up a video retrieval system and integrate it with your
311
{
312
"type": "AzureComputerVisionVideoIndex",
313
"parameters": {
314
- "computerVisionBaseUrl": "<your_computer_vision_endpoint>",
+ "endpoint": "<your_computer_vision_endpoint>",
315
"computerVisionApiKey": "<your_computer_vision_key>",
316
"indexName": "<name_of_your_index>",
317
"videoUrls": ["<your_video_SAS_URL>"]
0 commit comments