darkc0de commited on
Commit
92957aa
·
verified ·
1 Parent(s): 3a60f3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ FIXED_SYSTEM_MESSAGE = "You are Xortron7, the core personality of an AI computer
8
  FIXED_MAX_TOKENS = 99999
9
  FIXED_TEMPERATURE = 0.9
10
  FIXED_TOP_P = 0.95
 
11
 
12
 
13
  def respond(message, history):
 
8
  FIXED_MAX_TOKENS = 99999
9
  FIXED_TEMPERATURE = 0.9
10
  FIXED_TOP_P = 0.95
11
+ FIXED_REPEAT_PENALTY = 1.2 # Common value for repeat penalty
12
 
13
 
14
  def respond(message, history):