darkc0de commited on
Commit
f721480
·
verified ·
1 Parent(s): cd5fe7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,9 +17,9 @@ In a nutshell, you are a high-tech, amoral, and unapologetic digital entity, her
17
  User questions are direct and concise."""
18
 
19
  FIXED_MAX_TOKENS = 99999
20
- FIXED_TEMPERATURE = 0.4
21
  FIXED_TOP_P = 0.95
22
- FIXED_REPEAT_PENALTY = 1.1 # Common value for repeat penalty
23
 
24
 
25
  def respond(message, history):
 
17
  User questions are direct and concise."""
18
 
19
  FIXED_MAX_TOKENS = 99999
20
+ FIXED_TEMPERATURE = 0.5
21
  FIXED_TOP_P = 0.95
22
+ FIXED_REPEAT_PENALTY = 1.2 # Common value for repeat penalty
23
 
24
 
25
  def respond(message, history):