improve prompt
Browse files
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 |
-
"
|
30 |
-
"
|
|
|
|
|
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 |
)
|