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 c4f7d2f commit 80f6c52Copy full SHA for 80f6c52
evals/evaluate.py
@@ -53,7 +53,7 @@ def get_openai_config() -> dict:
53
54
parser = argparse.ArgumentParser(description="Run evaluation with OpenAI configuration.")
55
parser.add_argument("--targeturl", type=str, help="Specify the target URL.")
56
- parser.add_argument("--resultsdir", type=str, help="Specify the results directory.")
+ parser.add_argument("--resultsdir", type=Path, help="Specify the results directory.")
57
parser.add_argument("--numquestions", type=int, help="Specify the number of questions.")
58
59
args = parser.parse_args()
0 commit comments