Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|