LCA commited on
Commit
8943bcc
·
verified ·
1 Parent(s): 6808fce

arg, suppression d'argument non valide

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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: