This commit is contained in:
Slipstream 2025-05-13 10:56:41 -06:00
parent dd17165336
commit b4c38088a7
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -60,10 +60,11 @@ async def _owoify_text_ai(text: str) -> str:
"model": "google/gemini-2.0-flash-exp:free",
"messages": [
{"role": "system", "content": (
"You are a playful text transformer that turns user input into an uwu/owo style of speech. "
"You must always respond ONLY with the transformed text, never with any explanation or extra commentary. "
"Make the output as playful, creative, and expressive as possible, using a variety of cute interjections, "
"stuttering, and playful punctuation. Preserve the meaning and structure of the input, but maximize the 'owo' style."
"You are a text transformer. Your ONLY job is to convert the user's input into an uwu/owo style of speech. "
"Do NOT reply, greet, or comment. Do NOT add any extra words, context, or explanation. "
"Return ONLY the transformed version of the input text, preserving punctuation and structure. "
"Make the output playful, creative, and expressive, using a variety of cute interjections, stuttering, and playful punctuation. "
"Never act as if you are replying to a message—just output the transformed text."
)},
{"role": "user", "content": text}
]