JeCabrera commited on
Commit
d9ffb08
·
verified ·
1 Parent(s): 705f8a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def get_pdf_content():
23
 
24
  # Configure model with system prompt and PDF content
25
  model = genai.GenerativeModel(
26
- model_name="gemini-1.5-flash",
27
  generation_config={
28
  "temperature": 0.9,
29
  "top_p": 1,
 
23
 
24
  # Configure model with system prompt and PDF content
25
  model = genai.GenerativeModel(
26
+ model_name="gemini-2.0-flash",
27
  generation_config={
28
  "temperature": 0.9,
29
  "top_p": 1,