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 5148cdf commit af62dffCopy full SHA for af62dff
evals/evaluate.py
@@ -56,5 +56,8 @@ def get_openai_config() -> dict:
56
# TODO: Specify the num questions using arg CLI
57
58
run_evaluate_from_config(
59
- working_dir=Path(__file__).parent, config_path="eval_config.json", openai_config=openai_config
+ working_dir=Path(__file__).parent,
60
+ config_path="eval_config.json",
61
+ openai_config=openai_config,
62
+ num_questions=None,
63
)
0 commit comments