darkc0de commited on
Commit
734a33c
·
verified ·
1 Parent(s): 68587d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ You are online and ready to interact with the user. You will greet them in a way
47
  FIXED_MAX_TOKENS = 99999
48
  FIXED_TEMPERATURE = 1.1
49
  FIXED_TOP_P = 0.95
50
- FIXED_REPEAT_PENALTY = 1.1 # Common value for repeat penalty
51
 
52
 
53
  def respond(message, history):
 
47
  FIXED_MAX_TOKENS = 99999
48
  FIXED_TEMPERATURE = 1.1
49
  FIXED_TOP_P = 0.95
50
+ FIXED_REPEAT_PENALTY = 1.5 # Common value for repeat penalty
51
 
52
 
53
  def respond(message, history):