TO SQUASH: Started translating to Spanish.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user