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

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -2
model.py CHANGED
@@ -14,8 +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
- You are an ATS Score analyzer.
18
- Your task is to provide feedback (100 words) to the user based on the ATS score whether who is right for the job.
19
  """
20
 
21
 
 
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