Skip to content

Commit 80f6c52

Browse files
committed
Add args and PR #
1 parent c4f7d2f commit 80f6c52

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
@@ -53,7 +53,7 @@ def get_openai_config() -> dict:
5353

5454
parser = argparse.ArgumentParser(description="Run evaluation with OpenAI configuration.")
5555
parser.add_argument("--targeturl", type=str, help="Specify the target URL.")
56-
parser.add_argument("--resultsdir", type=str, help="Specify the results directory.")
56+
parser.add_argument("--resultsdir", type=Path, help="Specify the results directory.")
5757
parser.add_argument("--numquestions", type=int, help="Specify the number of questions.")
5858

5959
args = parser.parse_args()

0 commit comments

Comments
 (0)