cesar commited on
Commit
39e7ff1
·
verified ·
1 Parent(s): e28f559

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-002", # Cambiar a Gemini-2
81
  system_instruction=[textsi_1]
82
  )
83
 
 
77
 
78
  # Configurar el modelo
79
  model = GenerativeModel(
80
+ "gemini-1.5-pro-001", # Cambiar a Gemini-2
81
  system_instruction=[textsi_1]
82
  )
83