We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4e5f8 commit 8e4453dCopy full SHA for 8e4453d
evals/evaluate.py
@@ -56,5 +56,5 @@ def get_openai_config() -> dict:
56
# TODO: Specify the num questions using argument
57
58
run_evaluate_from_config(
59
- working_dir=Path(__file__).parent, config_path="eval_config.json", openai_config=openai_config, num_questions=2
+ working_dir=Path(__file__).parent, config_path="eval_config.json", openai_config=openai_config, num_questions=10
60
)
0 commit comments