JeCabrera commited on
Commit
7106cec
·
verified ·
1 Parent(s): 7360ca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ def get_pdf_content():
23
  model = genai.GenerativeModel(
24
  model_name="gemini-2.0-flash",
25
  generation_config={
26
- "temperature": 0.9,
27
- "top_p": 1,
28
  "max_output_tokens": 2048,
29
  }
30
  )
 
23
  model = genai.GenerativeModel(
24
  model_name="gemini-2.0-flash",
25
  generation_config={
26
+ "temperature": 0.3,
27
+ "top_p": 0.7,
28
  "max_output_tokens": 2048,
29
  }
30
  )