diff --git a/backend/api/src/llm-extract-profile.ts b/backend/api/src/llm-extract-profile.ts index 8e1b1750..45c06149 100644 --- a/backend/api/src/llm-extract-profile.ts +++ b/backend/api/src/llm-extract-profile.ts @@ -531,7 +531,7 @@ export async function callLLM( work: `Array. Use only existing labels, do not add new if no close match. Any of: ${validChoices.work?.join(', ')}`, } - const EXTRACTION_PROMPT = `You are a profile information extraction expert analyzing text from a personal webpage, LinkedIn, bio, or similar source. + const EXTRACTION_PROMPT = `You are a profile information extraction expert analyzing text from a personal webpage, bio, or similar source. TASK: Extract structured profile data and return it as a single valid JSON object. diff --git a/common/messages/de.json b/common/messages/de.json index ccff5281..cdc13c57 100644 --- a/common/messages/de.json +++ b/common/messages/de.json @@ -925,7 +925,7 @@ "profile.last_online": "Zuletzt online {time}", "profile.llm.extract.button_text": "Profildaten aus Text extrahieren", "profile.llm.extract.button_url": "Profildaten aus URL extrahieren", - "profile.llm.extract.description": "Füllen Sie Ihr Profil automatisch aus, indem Sie einen Link (LinkedIn, Notion, Google Docs, persönliche Website usw.) einfügen oder Ihren Inhalt direkt einfügen.", + "profile.llm.extract.description": "Füllen Sie Ihr Profil automatisch aus, indem Sie einen Link (Notion, Google Docs, persönliche Website usw.) einfügen oder Ihren Inhalt direkt einfügen.", "profile.llm.extract.guidance": "Achtung: Wir verwenden Google AI, um Ihre Informationen zu extrahieren. Google kann diesen Inhalt verwenden, um seine Modelle zu verbessern. Bevorzugen Sie Privatsphäre? Füllen Sie das Formular einfach manuell aus — keine KI beteiligt.", "profile.llm.extract.placeholder": "Fügen Sie eine URL ein oder fügen Sie hier Ihren Profilinhalt ein.", "profile.mutual": "Gegenseitig", diff --git a/common/messages/fr.json b/common/messages/fr.json index 0b355ecc..9ceca7cb 100644 --- a/common/messages/fr.json +++ b/common/messages/fr.json @@ -924,7 +924,7 @@ "profile.last_online": "Actif·ve {time}", "profile.llm.extract.button_text": "Extraire les données à partir du texte", "profile.llm.extract.button_url": "Extraire les données à ce lien", - "profile.llm.extract.description": "Remplissez automatiquement votre profil en déposant un lien (LinkedIn, Notion, Google Docs, site personnel, etc.) ou en collant directement votre contenu.", + "profile.llm.extract.description": "Remplissez automatiquement votre profil en déposant un lien (Notion, Google Docs, site personnel, etc.) ou en collant directement votre contenu.", "profile.llm.extract.guidance": "Attention : nous utilisons Google AI pour extraire vos informations. Comme nous payons pour leur service, Google ne devrait pas utiliser ce contenu pour améliorer ses modèles — mais on ne sait jamais. Vous préférez garder les choses privées ? Remplissez simplement le formulaire manuellement — aucune IA impliquée.", "profile.llm.extract.placeholder": "Insérez une URL ou collez le contenu de votre profil ici.", "profile.mutual": "Mutuel", diff --git a/web/components/llm-extract-section.tsx b/web/components/llm-extract-section.tsx index 9dae08b2..939e04b3 100644 --- a/web/components/llm-extract-section.tsx +++ b/web/components/llm-extract-section.tsx @@ -30,7 +30,7 @@ export function LLMExtractSection({