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.
2 parents 0d09c9d + 97df52c commit 6a876a2Copy full SHA for 6a876a2
articles/ai-services/openai/how-to/gpt-with-vision.md
@@ -324,8 +324,6 @@ Follow these steps to set up a video retrieval system and integrate it with your
324
{
325
"type": "AzureComputerVisionVideoIndex",
326
"parameters": {
327
- "endpoint": "<your_computer_vision_endpoint>",
328
- "key": "<your_computer_vision_key>",
329
"computerVisionBaseUrl": "<your_computer_vision_endpoint>",
330
"computerVisionApiKey": "<your_computer_vision_key>",
331
"indexName": "<name_of_your_index>",
0 commit comments