94fbr Minecraft
Description
# Przygotowanie wiadomości dla API
messages = [
{
“role”: “user”,
“content”: (
“Your task is to completely rewrite the text below into a new, unique version. ”
“Requirements:\n”
“1. MOST IMPORTANT: Create entirely new sentences and paragraphs – do not copy the original text\n”
“2. Rewrite each paragraph using different words and structure\n”
“3. Keep the same meaning and tone, but express it in a completely new way\n”
“4. Add some new relevant details while maintaining the core message\n”
“5. Use synonyms and alternative phrases\n”
“6. If any heading contains ‘About’ followed by game name or word ‘game’, add ‘APK’ at the end\n”
“7. Break down the content into logical sections\n\n”
“STRICT FORMAT REQUIREMENTS (VERY IMPORTANT):\n”
“- Each section title MUST be wrapped in
tags, like this:
Title Here
\n”
“- Each paragraph MUST be wrapped in
tags, like this:
Text here
\n”
“- DO NOT use markdown headings (###, ##, #)\n”
“- MUST use HTML tags, not markdown\n\n”
“Example format:\n”
“
About Game APK
\n”
“
First paragraph text here.
\n”
“
Next Section
\n”
“
Next paragraph text here.
\n\n”
f”Here’s the text to rewrite:\n\n{text_to_modify}”
Images


