We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e7b870 + 3b632f4 commit c46948eCopy full SHA for c46948e
modules/ai_generator.py
@@ -88,7 +88,8 @@ def generate_profile_summary(self, profile_data):
88
str: AI-generated profile summary
89
"""
90
prompt = (
91
- "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."
92
+ "\nCraft a Concise, SEO-optimized first-person profile description that:"
93
"\n- Highlights the developer's strongest technical skills and expertise"
94
"\n- Concise and on to the point"
95
"\n- Uses simple, direct language without excessive superlatives"
0 commit comments