ankush13r commited on
Commit
7b5510d
·
verified ·
1 Parent(s): 9ac6155

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ Only produce the summary after fully reading and understanding the input text.
79
  "stream": False,
80
  "max_tokens": 1000,
81
  "temperature": 0.2,
82
- "presence_penalty": 0.2
83
  "frequency_penalty": 0.2,
84
  "extra_body": {"repetition_penalty": 0.7},
85
  }
 
79
  "stream": False,
80
  "max_tokens": 1000,
81
  "temperature": 0.2,
82
+ "presence_penalty": 0.1,
83
  "frequency_penalty": 0.2,
84
  "extra_body": {"repetition_penalty": 0.7},
85
  }