Update app.py
Browse files
app.py
CHANGED
@@ -497,7 +497,7 @@ def get_prompt_for_style(style):
|
|
497 |
# La logique du pipeline de résolution est maintenant intégrée ici.
|
498 |
|
499 |
# Configuration du pipeline
|
500 |
-
SOLVER_MODEL_NAME = "gemini-
|
501 |
SOLVER_MAX_ITERATIONS = 5
|
502 |
SOLVER_PASSES_NEEDED = 2
|
503 |
SOLVER_TEMPERATURE = 0.1
|
|
|
497 |
# La logique du pipeline de résolution est maintenant intégrée ici.
|
498 |
|
499 |
# Configuration du pipeline
|
500 |
+
SOLVER_MODEL_NAME = "gemini-2.5-pro"
|
501 |
SOLVER_MAX_ITERATIONS = 5
|
502 |
SOLVER_PASSES_NEEDED = 2
|
503 |
SOLVER_TEMPERATURE = 0.1
|