Skip to content

Commit c46948e

Browse files
authored
Merge pull request #113 from NayanUnni95/prompt/optimization
Fix: Remove Intro Message from Auto-Generated Profile Descriptions
2 parents 8e7b870 + 3b632f4 commit c46948e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ai_generator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ def generate_profile_summary(self, profile_data):
8888
str: AI-generated profile summary
8989
"""
9090
prompt = (
91-
"Craft a Concise, SEO-optimized first-person profile description that:"
91+
"Write only the final profile summary text — no introductions, no explanations, and no meta sentences."
92+
"\nCraft a Concise, SEO-optimized first-person profile description that:"
9293
"\n- Highlights the developer's strongest technical skills and expertise"
9394
"\n- Concise and on to the point"
9495
"\n- Uses simple, direct language without excessive superlatives"

0 commit comments

Comments
 (0)