Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def calculate_max_length(move_count):
|
|
25 |
- Milieu de partie: augmentation progressive
|
26 |
- Fin de partie: plafonnement à 50 tokens
|
27 |
"""
|
28 |
-
base_length =
|
29 |
increment = 1 # Augmentation par coup
|
30 |
max_length = 100 # Plafond maximum
|
31 |
|
|
|
25 |
- Milieu de partie: augmentation progressive
|
26 |
- Fin de partie: plafonnement à 50 tokens
|
27 |
"""
|
28 |
+
base_length = 15 # Longueur minimum pour un coup simple
|
29 |
increment = 1 # Augmentation par coup
|
30 |
max_length = 100 # Plafond maximum
|
31 |
|