ziyadsuper2017 commited on
Commit
29c70a6
·
1 Parent(s): 06afef0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ genai.configure(api_key=api_key)
15
 
16
  generation_config = {
17
  "temperature": 0.9,
18
- "max_output_tokens": 100,
19
  }
20
 
21
  safety_settings = []
 
15
 
16
  generation_config = {
17
  "temperature": 0.9,
18
+ "max_output_tokens": 2000,
19
  }
20
 
21
  safety_settings = []