Skip to content

Commit 9682b69

Browse files
committed
feat: update openai prompt
1 parent b4df5ef commit 9682b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/translate/src/openai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Output format:
155155
156156
${context}
157157
158-
NEXT MESSAGE IS THE TEXT TO TRANSLATE, PLEASE TRANSLATE IT TO ${langConfig.name}:
158+
⚠️ IMPORTANT: The next message contains the COMPLETE original text that needs to be translated. Please translate the ENTIRE content without omitting any parts, sections, or formatting elements. Preserve all whitespace, line breaks, and structural formatting exactly as they appear in the original, PLEASE TRANSLATE IT TO ${langConfig.name}:
159159
`;
160160

161161
logger.debug(

0 commit comments

Comments
 (0)