Opik-demo.py
Copy
def
evaluation_task
(x):
return
{
"output"
: my_llm_application(x[
'input'
])
}