Skip to content

Commit 8e4453d

Browse files
committed
Evaluate 10 questions
1 parent 3f4e5f8 commit 8e4453d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/evaluate.py

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

5858
run_evaluate_from_config(
59-
working_dir=Path(__file__).parent, config_path="eval_config.json", openai_config=openai_config, num_questions=2
59+
working_dir=Path(__file__).parent, config_path="eval_config.json", openai_config=openai_config, num_questions=10
6060
)

0 commit comments

Comments
 (0)