From ee77ddd18734ccd0a18b47e04904e37ccba7af78 Mon Sep 17 00:00:00 2001 From: Hetul Patel Date: Sat, 20 Apr 2024 20:07:00 +0000 Subject: [PATCH] dot removed --- session_2/challenge/submissions/baseline_copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session_2/challenge/submissions/baseline_copy.py b/session_2/challenge/submissions/baseline_copy.py index c8f6b3e..cad9630 100644 --- a/session_2/challenge/submissions/baseline_copy.py +++ b/session_2/challenge/submissions/baseline_copy.py @@ -14,7 +14,7 @@ def build_prompt(self, job_description: str) -> str: Say "YES" if the given job description is suitable for a freshers other wise say "NO". - {job_description}. + {job_description} """ return prompt.strip()