Skip to content

Commit e6cdd2c

Browse files
author
Dylan Huang
committed
comment out for now
1 parent 4a3b22b commit e6cdd2c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

eval_protocol/quickstart/llm_judge_braintrust.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,22 @@
1313
from eval_protocol.adapters.braintrust import create_braintrust_adapter
1414
from eval_protocol.quickstart import aha_judge
1515

16-
adapter = create_braintrust_adapter()
16+
# adapter = create_braintrust_adapter()
1717

1818

1919
@pytest.mark.skipif(os.environ.get("CI") == "true", reason="Skip in CI")
2020
@pytest.mark.asyncio
2121
@evaluation_test(
2222
input_rows=[
23-
adapter.get_evaluation_rows(
24-
btql_query=f"""
25-
select: *
26-
from: project_logs('{os.getenv("BRAINTRUST_PROJECT_ID")}') traces
27-
filter: is_root = true
28-
limit: 10
29-
"""
30-
)
23+
# adapter.get_evaluation_rows(
24+
# btql_query=f"""
25+
# select: *
26+
# from: project_logs('{os.getenv("BRAINTRUST_PROJECT_ID")}') traces
27+
# filter: is_root = true
28+
# limit: 10
29+
# """
30+
# )
31+
[]
3132
],
3233
completion_params=[
3334
{"model": "gpt-4.1"},

0 commit comments

Comments
 (0)