I am using Azure OpenAI function calling for some custom processing and responding in a natural way, but when I ask questions, which does not require custom processing, it should use the cognitive search to bring back the response as configured in the Azure OpenAI studio, but somehow it is not bring the response from the cognitive search. It is rather bringing from the internet. Please suggest. I am using gpt-35-turbo-16k 0613.
Asked
Active
Viewed 26 times
0
-
Would need more details to answer. Could you share an example or two of how you're calling OpenAI (including the function calls you're including in the completion call), and what outputs you'd expect/get? – Pablo Castro Aug 28 '23 at 15:54