AI prompt fine tuning

This commit is contained in:
Tero Halla-aho 2025-11-29 20:07:06 +02:00
parent 82a4738d95
commit b34c0b6f1a

View file

@ -149,6 +149,7 @@ export default function NewListingPage() {
'Preserve meaning, tone, numbers, and any markup.', 'Preserve meaning, tone, numbers, and any markup.',
'Return valid JSON only with the same keys.', 'Return valid JSON only with the same keys.',
'Fill missing translations; keep existing text unchanged.', 'Fill missing translations; keep existing text unchanged.',
'Leave out the task part from output',
], ],
sourceLocale: currentLocale, sourceLocale: currentLocale,
targetLocales: SUPPORTED_LOCALES.filter((loc) => loc !== currentLocale), targetLocales: SUPPORTED_LOCALES.filter((loc) => loc !== currentLocale),