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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def setup_inference():
44
  # Configuration initiale avec max_length minimal
45
  config = InferenceConfig(
46
  model_name="Zual/chess_char",
47
- temperature=1,
48
  max_length=6 # Sera ajusté dynamiquement pendant la partie
49
  )
50
  return ChessGenerator(config)
 
44
  # Configuration initiale avec max_length minimal
45
  config = InferenceConfig(
46
  model_name="Zual/chess_char",
47
+ temperature=0.1,
48
  max_length=6 # Sera ajusté dynamiquement pendant la partie
49
  )
50
  return ChessGenerator(config)