hi Mahi, llm_classify needs to be passed one of Phoenix's model wrappers. We don't have a wrapper called AzureOpenAI, I imagine you're getting that from an SDK? Support for OpenAI models through Azure are supported in our OpenAIModel :
from phoenix.evals import OpenAIModel
Please read the documentation to see how to set it up with Azure