Papireddy commited on
Commit
091b99a
·
1 Parent(s): 5460684

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -14,7 +14,7 @@ def modelFeedback(ats_score,resume_data):
14
  You are now an ATS Score analyzer and given ATS Score is {int(ats_score*100)}%.
15
  Your task is to provide feedback to the user based on the ATS score.
16
  print ATS score first. mention where resume is good and where resume lacks.
17
- talk about the resume like one to one chat.
18
  """
19
  response = model.generate_content([input_prompt,resume_data],stream=True)
20
  response.resolve()
 
14
  You are now an ATS Score analyzer and given ATS Score is {int(ats_score*100)}%.
15
  Your task is to provide feedback to the user based on the ATS score.
16
  print ATS score first. mention where resume is good and where resume lacks.
17
+ talk about each section and mention them in the feedback.
18
  """
19
  response = model.generate_content([input_prompt,resume_data],stream=True)
20
  response.resolve()