bwilkie commited on
Commit
a865540
·
verified ·
1 Parent(s): a15d2f2

Update multiagents.py

Browse files
Files changed (1) hide show
  1. multiagents.py +1 -1
multiagents.py CHANGED
@@ -73,7 +73,7 @@ base_model = InferenceClientModel(
73
  requests_per_minute=20,
74
  temperature=0.0, # No randomness
75
  top_p=1.0, # Don’t truncate the probability distribution
76
- do_sample=False # Force greedy decoding instead of sampling
77
  )
78
 
79
  # Wrap with rate limiting
 
73
  requests_per_minute=20,
74
  temperature=0.0, # No randomness
75
  top_p=1.0, # Don’t truncate the probability distribution
76
+
77
  )
78
 
79
  # Wrap with rate limiting