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 f1a05e9 commit c4f7d2fCopy full SHA for c4f7d2f
evals/evaluate.py
@@ -63,8 +63,8 @@ def get_openai_config() -> dict:
63
run_evaluate_from_config(
64
working_dir=Path(__file__).parent,
65
config_path="eval_config.json",
66
- num_questions=args.num_questions,
67
- target_url=args.target_url,
68
- results_dir=args.results_dir,
+ num_questions=args.numquestions,
+ target_url=args.targeturl,
+ results_dir=args.resultsdir,
69
openai_config=openai_config,
70
)
0 commit comments