Spaces:
Sleeping
Sleeping
arg, suppression d'argument non valide
Browse files
app.py
CHANGED
|
@@ -163,7 +163,6 @@ def respond(message):
|
|
| 163 |
stream=True,
|
| 164 |
temperature=0.05, # Très faible pour plus de déterminisme
|
| 165 |
top_p=0.3, # Plus restrictif
|
| 166 |
-
do_sample=False, # Mode déterministe
|
| 167 |
):
|
| 168 |
token = chunk.choices[0].delta.content
|
| 169 |
if token:
|
|
|
|
| 163 |
stream=True,
|
| 164 |
temperature=0.05, # Très faible pour plus de déterminisme
|
| 165 |
top_p=0.3, # Plus restrictif
|
|
|
|
| 166 |
):
|
| 167 |
token = chunk.choices[0].delta.content
|
| 168 |
if token:
|