I am using the Chat in the playground area of Azure AI Studio. When I try to use the chat together with my own data, I received the following error in the window:
"LLM call failed for chat completion endpoint. Please set OAIGenerationConfig(is_chat=True)"
I am using the gpt35 turbo model. This error only occurs when I add my own data. If I remove my data, the chat works again. This error when attempting to use my own data occurs regardless of whether I add my own data on the fly in the wizard or if I use an index previously successfully created in Cognitive Search.
Is there something wrong with my configuration or is there some limit behind the scenes that I cannot see?