Evaluator
of type LLM as a Judge.
gpt-4o-mini
as our LLM client. so we need a token to use the OpenAI API.
and to install the openai
optional dependency.
.env
file.
CorrectnessEvaluator
as our evaluator. This evaluator will check if the information provided by the LLM is correct.
llm_client
to the evaluator or other use cases.