honeyangelhp commited on
Commit
d2480d5
·
verified ·
1 Parent(s): 432b279

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -2
model.py CHANGED
@@ -15,8 +15,7 @@ def modelFeedback(ats_score, resume_data):
15
  # Create the input prompt template
16
  input_prompt_template = """
17
  You are an HR assistant reviewing resumes. The ATS score for the resume is {ats_score}.
18
- For each resume, provide a summary(100 words) and if the resume is fit for the job based on the job description.
19
- Include the strengths of the resume.
20
  Resume Content: {resume_data}
21
  """
22
  # Format the prompt with ATS score, missing skills, and resume data
 
15
  # Create the input prompt template
16
  input_prompt_template = """
17
  You are an HR assistant reviewing resumes. The ATS score for the resume is {ats_score}.
18
+ For each resume, provide a summary(100 words), include the strengths of the resume and if the resume is fit for the job based on the job description.
 
19
  Resume Content: {resume_data}
20
  """
21
  # Format the prompt with ATS score, missing skills, and resume data