Skip to content

Commit af62dff

Browse files
committed
Run on all questions
1 parent 5148cdf commit af62dff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

evals/evaluate.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@ def get_openai_config() -> dict:
5656
# TODO: Specify the num questions using arg CLI
5757

5858
run_evaluate_from_config(
59-
working_dir=Path(__file__).parent, config_path="eval_config.json", openai_config=openai_config
59+
working_dir=Path(__file__).parent,
60+
config_path="eval_config.json",
61+
openai_config=openai_config,
62+
num_questions=None,
6063
)

0 commit comments

Comments
 (0)