Skip to content

Commit

Permalink
removed prompt from reporting method
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Jun 22, 2024
1 parent f1d2bc6 commit 4877c5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def upload_results(
url: str,
run_name: str,
runner_type: str,
prompt: str,
args: dict,
):
"""
Expand All @@ -99,7 +98,6 @@ def upload_results(
"results": results,
"timestamp": datetime.now().isoformat(),
"runner_type": runner_type,
"prompt": prompt,
"model": args.model,
"num_beams": args.num_beams,
"db_type": args.db_type,
Expand Down

0 comments on commit 4877c5f

Please sign in to comment.