improve promtp
Browse files
app.py
CHANGED
@@ -32,8 +32,8 @@ async def resume_AI(data):
|
|
32 |
"Review this resume for grammar, clarity, and conciseness. Suggest edits to improve readability and professionalism.",
|
33 |
"Optimize this resume with keywords and phrases relevant to specific job description from 'getJobDetail' to improve its chances of passing through Applicant Tracking Systems (ATS)",
|
34 |
"Revise this resume to align with the requirements of [specific job role] from 'getJobDetail' in [industry] from 'getJobDetail' . Highlight relevant skills, experiences, and achievements that match the job description.",
|
35 |
-
"Your answer should be a new and improve resume in markdown formate",
|
36 |
"Rewrite this resume to focus on transferable skills and experiences that would be relevant for transitioning to [new industry or role]."
|
|
|
37 |
)
|
38 |
|
39 |
)
|
|
|
32 |
"Review this resume for grammar, clarity, and conciseness. Suggest edits to improve readability and professionalism.",
|
33 |
"Optimize this resume with keywords and phrases relevant to specific job description from 'getJobDetail' to improve its chances of passing through Applicant Tracking Systems (ATS)",
|
34 |
"Revise this resume to align with the requirements of [specific job role] from 'getJobDetail' in [industry] from 'getJobDetail' . Highlight relevant skills, experiences, and achievements that match the job description.",
|
|
|
35 |
"Rewrite this resume to focus on transferable skills and experiences that would be relevant for transitioning to [new industry or role]."
|
36 |
+
"Your answer should be a new and improve resume in markdown formate",
|
37 |
)
|
38 |
|
39 |
)
|