Fix example numbering, add LemonSlice to evals

This commit is contained in:
Mark Backman
2026-03-27 10:08:30 -04:00
parent 789275a57b
commit d8b0ed18fd
3 changed files with 6 additions and 1 deletions

View File

@@ -278,6 +278,10 @@ TESTS_53 = [
("53-concurrent-llm-evaluation.py", EVAL_SIMPLE_MATH),
]
TESTS_56 = [
("56-lemonslice-transport.py", EVAL_SIMPLE_MATH),
]
TESTS = [
*TESTS_07,
*TESTS_12,
@@ -295,6 +299,7 @@ TESTS = [
*TESTS_50,
*TESTS_51,
*TESTS_53,
*TESTS_56,
]