cesar commited on
Commit
8ccb8a6
·
verified ·
1 Parent(s): e341366

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def revisar_examen(json_path, pdf_docente, pdf_alumno):
77
 
78
  # Configurar el modelo
79
  model = GenerativeModel(
80
- "gemini-1.5-pro-001",
81
  system_instruction=[textsi_1]
82
  )
83
 
 
77
 
78
  # Configurar el modelo
79
  model = GenerativeModel(
80
+ "gemini-1.5-pro-002",
81
  system_instruction=[textsi_1]
82
  )
83