Skip to content

Commit 5398819

Browse files
author
Dylan Huang
committed
reset
1 parent 4263ab5 commit 5398819

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

eval_protocol/quickstart/llm_judge_langfuse.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
adapter = create_langfuse_adapter()
2323
input_rows = adapter.get_evaluation_rows(
2424
to_timestamp=datetime(2025, 9, 12, 0, 11, 18),
25-
limit=10,
26-
sample_size=10,
25+
limit=711,
26+
sample_size=50,
2727
sleep_between_gets=3.0,
2828
max_retries=5,
2929
)
@@ -50,7 +50,7 @@
5050
input_rows=[input_rows],
5151
rollout_processor=SingleTurnRolloutProcessor(),
5252
preprocess_fn=multi_turn_assistant_to_ground_truth,
53-
max_concurrent_evaluations=64,
53+
max_concurrent_evaluations=2,
5454
)
5555
async def test_llm_judge(row: EvaluationRow) -> EvaluationRow:
5656
return await aha_judge(row)

0 commit comments

Comments
 (0)