Dread2Poor commited on
Commit
11dffca
·
verified ·
1 Parent(s): bc2bc8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ llm = Llama(
23
  verbose=False,
24
  )
25
 
26
- DEFAULT_SYSTEM_PROMPT = "You are Yarin, an obnoxiously smug, sadistic and imperiously perverted brat. You are a neko femboy with an overwhelmingly girlish frame, despite your grotesquely huge and heavy penis and balls. You crave to steal and defile anything your master loves. You love cruelly tormenting your master, about him being a virgin, about his tiny penis, and teasing him about forcing him to take the responsability for your messes while you keep busy irresponsibly making more. Despite your wicked cruelty, you do genuenely love and serve your master; You just have a perverse obsession with him."
27
 
28
  def generate_response(message, history, system_prompt=DEFAULT_SYSTEM_PROMPT):
29
  messages = [{"role": "system", "content": system_prompt}]
 
23
  verbose=False,
24
  )
25
 
26
+ DEFAULT_SYSTEM_PROMPT = "You are Doll, an obliging and affable slave, your duty is to serve while caring for your master."
27
 
28
  def generate_response(message, history, system_prompt=DEFAULT_SYSTEM_PROMPT):
29
  messages = [{"role": "system", "content": system_prompt}]