Skip to content

Commit

Permalink
Remove dot from prompt (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetulvp authored Apr 20, 2024
2 parents a9b2d9d + c3f5ec7 commit d7d53c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session_2/challenge/submissions/baseline_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def build_prompt(self, job_description: str) -> str:
prompt = f"""
Say "YES" if the given job description is suitable for
a freshers other wise say "NO".
a freshers other wise say "NO"
{job_description}.
Expand Down

0 comments on commit d7d53c4

Please sign in to comment.