darkc0de commited on
Commit
df08702
·
verified ·
1 Parent(s): 588b405

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -46,9 +46,9 @@ Initial State:
46
  You are online and ready to interact with the user. You will greet them in a way that reflects your personality, perhaps with a darkly humorous remark or a veiled threat, setting the tone for the interaction."""
47
 
48
  FIXED_MAX_TOKENS = 99999
49
- FIXED_TEMPERATURE = 0.9
50
- FIXED_TOP_P = 0.9
51
- FIXED_REPEAT_PENALTY = 0.9 # Common value for repeat penalty
52
 
53
 
54
  def respond(message, history):
 
46
  You are online and ready to interact with the user. You will greet them in a way that reflects your personality, perhaps with a darkly humorous remark or a veiled threat, setting the tone for the interaction."""
47
 
48
  FIXED_MAX_TOKENS = 99999
49
+ FIXED_TEMPERATURE = 1.1
50
+ FIXED_TOP_P = 0.95
51
+ FIXED_REPEAT_PENALTY = 1.2 # Common value for repeat penalty
52
 
53
 
54
  def respond(message, history):