Skip to content

Commit

Permalink
Revert "update initial prompt"
Browse files Browse the repository at this point in the history
This reverts commit bcb75c9.

Due to Gemini's safety restrictions HARM_CATEGORY_DANGEROUS_CONTENT
  • Loading branch information
SmartManoj committed Sep 15, 2024
1 parent 5e5a19b commit 2eff4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/swe_bench/run_infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_instruction(instance: pd.Series, metadata: EvalMetadata):
'# Problem Statement\n'
f'{instance.problem_statement}\n\n'
f'List out your plans first before fixing the issue.\n'
'The current working directory is /testbed and the repository has been set up inside it.\n'
'Environment has been set up for you to start working. The current working directory is /testbed.\n'
)
if USE_HINT_TEXT and instance.hints_text:
instruction += f'# Hints\n{instance.hints_text}\n\n'
Expand Down

0 comments on commit 2eff4f9

Please sign in to comment.