Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/ai_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ def generate_profile_summary(self, profile_data):
str: AI-generated profile summary
"""
prompt = (
"Craft a Concise, SEO-optimized first-person profile description that:"
"Write only the final profile summary text — no introductions, no explanations, and no meta sentences."
"\nCraft a Concise, SEO-optimized first-person profile description that:"
"\n- Highlights the developer's strongest technical skills and expertise"
"\n- Concise and on to the point"
"\n- Uses simple, direct language without excessive superlatives"
Expand Down
Loading