theodotus commited on
Commit
269f80b
1 Parent(s): 4864fbd

repeat_penalty = 1.2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def ask(message, history):
38
  messages = chat_history,
39
  temperature = 0,
40
  stream = True,
41
- repeat_penalty = 1.05,
42
  max_tokens = 128,
43
  )
44
 
 
38
  messages = chat_history,
39
  temperature = 0,
40
  stream = True,
41
+ repeat_penalty = 1.2,
42
  max_tokens = 128,
43
  )
44