asd
This commit is contained in:
parent
dd17165336
commit
b4c38088a7
@ -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}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user