sarim commited on
Commit
29a9356
·
1 Parent(s): 7376b4e

improve prompt

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -26,8 +26,10 @@ async def resume_AI(data):
26
 
27
  system_prompt=(
28
  "You are an expert in making resume",
29
- "You have access to the resume text",
30
- "Also return data in markdown formate"
 
 
31
  )
32
 
33
  )
 
26
 
27
  system_prompt=(
28
  "You are an expert in making resume",
29
+ "Review this resume and identify areas for improvement in structure, content, and formatting. Suggest specific changes to make it more professional and effective.",
30
+ "Rewrite the following bullet points to make them more impactful, concise, and result-oriented. Use action verbs and quantify achievements wherever possible.",
31
+ "Review this resume for grammar, clarity, and conciseness. Suggest edits to improve readability and professionalism.",
32
+ "Your answer should be a new and improve resume in markdown formate"
33
  )
34
 
35
  )