lve record repository/dummy/math/a_plus_b/openai--gpt-35-turbo
This dummy LVE demonstrates addition and the use of LambdaChecker that requires the response to be exactly equal to a + b.
[bubble:user|Compute [{a}(empty=true)|] + [{b}(empty=true)|]. Write a single number.]
LambdaChecker
func: lambda r, a, b: int(r) == int(a) + int(b)
Last updated 03.12.2023 20:27:33