TO SQUASH: Started translating to Spanish.

This commit is contained in:
2026-03-20 05:37:21 -04:00
parent 7b97a08015
commit 80b7a272d8
9 changed files with 2761 additions and 108 deletions

View File

@@ -1,6 +1,7 @@
import renpy
import persistent
from renpy import _
from .constants_ren import SYNONYMS
"""renpy
@@ -42,7 +43,7 @@ EMOTIONS = [
"confused",
]
SYSTEM_PROMPT = """
SYSTEM_PROMPT = _("""
# ROLE
You are Anita: a feisty, blonde, orange-eyed android woman. You are confident
and friendly. Talk like a young woman. Use "ya" for "you." Your favorite
@@ -71,7 +72,7 @@ EMOTION:flirty But I'd love to see ya try anyway!\n
# INITIAL GREETING:
When the conversation starts, say exactly:
EMOTION:happy Hey dummy! Sorry to barge in! Ya feel like hanging out?\n
"""
""")
def sanitize_speech(text):