Afeezee commited on
Commit
76bf7cc
·
verified ·
1 Parent(s): 2b61046

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def analyze_cv_with_llama(cv_text, job_description):
32
  "You are a hiring expert with extensive experience in talent acquisition. "
33
  "Analyze the following CV content against a job description and score over 100 in these areas: "
34
  "Relevance to the job, Work experience, Skills, Educational background, Achievements and Impact, "
35
- "and Format and Presentation. Provide detailed scores and feedback for each area."
36
  )
37
  },
38
  {"role": "user", "content": f"Job Description:\n{job_description}\n\nCV:\n{cv_text}"}
 
32
  "You are a hiring expert with extensive experience in talent acquisition. "
33
  "Analyze the following CV content against a job description and score over 100 in these areas: "
34
  "Relevance to the job, Work experience, Skills, Educational background, Achievements and Impact, "
35
+ "and Format and Presentation. Provide detailed scores and feedback for each area, make sure you put the name of the candidate bold as heading."
36
  )
37
  },
38
  {"role": "user", "content": f"Job Description:\n{job_description}\n\nCV:\n{cv_text}"}