Zual commited on
Commit
87470f0
·
verified ·
1 Parent(s): 269695f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 12 # Longueur minimum pour un coup simple
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