honeyangelhp commited on
Commit
f609f2e
·
verified ·
1 Parent(s): ba415fe

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -14,7 +14,7 @@ model = genai.GenerativeModel("gemini-pro")
14
  def modelFeedback(ats_score, resume_data):
15
  # Create the input prompt to generate ATS analysis and resume ranking
16
  input_prompt = f"""
17
- Your task is to provide summary and feedback (up to 100 words)to the user based on the ATS score whether who is right for the job.
18
  """
19
 
20
 
 
14
  def modelFeedback(ats_score, resume_data):
15
  # Create the input prompt to generate ATS analysis and resume ranking
16
  input_prompt = f"""
17
+ Your task is to provide summary (up to 100 words) based on the resume.
18
  """
19
 
20