Hi all,
Is there a way to use Arize with AzureOpenAI that is behind a APIM gateway? when i initiate my model in either langchain/llamaindex, i need to pass extra headers like this:
default_headers={"Ocp-Apim-Subscription-Key": <your-subscription-key-here>}.
Wondering if there's a similar way to pass these extra headers to Arize as well?