Hi, I want to run llm_classify function for hallucination using Azure OpenAI. In the LLM configuration step, both of these codes below are not working. Does anyone ever experience this?
Checked this as well but not working
model = OpenAIModel(
model="gpt-35-turbo-16k",
azure_endpoint="https://arize-internal-llm.openai.azure.com/",
api_version="2023-09-15-preview",
)
From: https://docs.arize.com/phoenix/api/evaluation-models
Actually Namira S. you might have an old version of llm_classify. Can you switch to the latest arize-phoenix-evals?
If not you can change model to model_name and see if that works