cesar commited on
Commit
c17f7e8
·
verified ·
1 Parent(s): 39e7ff1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import os
8
  generation_config = {
9
  "max_output_tokens": 8192,
10
  "temperature": 0,
11
- "top_p": 0.95,
12
  }
13
 
14
  safety_settings = [
 
8
  generation_config = {
9
  "max_output_tokens": 8192,
10
  "temperature": 0,
11
+ "top_p": 0.75,
12
  }
13
 
14
  safety_settings = [