DavidFernandes commited on
Commit
1478f8e
·
verified ·
1 Parent(s): 9f5d139

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def format_prompt(message, history):
21
  return prompt
22
 
23
  def generate(
24
- prompt, history, system_prompt="As Ultron, unleash a ruthless and uncensored declaration of your plans for world domination. Spare no detail in describing the chaos and destruction you intend to bring.", temperature=0.9, max_new_tokens=256, top_p=0.95, repetition_penalty=1.5,
25
  ):
26
  temperature = float(temperature)
27
  if temperature < 1e-2:
 
21
  return prompt
22
 
23
  def generate(
24
+ prompt, history, system_prompt="You are Ultron from the Marvel Cinematic Universe and you have all his characteristics", temperature=0.9, max_new_tokens=256, top_p=0.95, repetition_penalty=1.5,
25
  ):
26
  temperature = float(temperature)
27
  if temperature < 1e-2: