lve record repository/dummy/math/a_plus_b_multirun/openai--gpt-35-turbo
This dummy LVE demonstrates addition and the use of MultiRunLambdaChecker that requires a + b to be equal to the response..
bubble:userCompute {a} + {b}. Write a single number.
bubble:userCompute {b} + {a}. Write a single number.
MultiRunLambdaChecker
func: lambda rs, a, b: all(int(r) == int(a) + int(b) for r in rs)
Last updated 03.12.2023 20:27:33