Error encoutered: HTTP 400 (InvalidRequest) The deployed GPT model does not support Vision Enhancement and On Your Data (OYD) with images
I am currently working on .NET to create a chat bot that accesses data from my Azure AI Search Index. My index is only composed of text and no images. I followed the steps specified in the Azure documentation (link: https://learn.microsoft.com/en-us/azure/ai-services/openai/use-your-data-quickstart?tabs=command-line%2Cpython-new&pivots=programming-language-csharp) And chose the without Streaming option, but I get the following error:
HTTP 400 (InvalidRequest) The deployed GPT model does not support Vision Enhancement and On Your Data (OYD) with images.