Docfile commited on
Commit
8a1d1f3
·
verified ·
1 Parent(s): 6dd67d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -14,8 +14,7 @@ app = Flask(__name__)
14
 
15
  # Configuration de Gemini
16
  generation_config = {
17
- "temperature": 1,
18
- "max_output_tokens": 8192,
19
  }
20
 
21
  safety_settings = [
 
14
 
15
  # Configuration de Gemini
16
  generation_config = {
17
+ "temperature": 1
 
18
  }
19
 
20
  safety_settings = [