Update multiagents.py
Browse files- 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 |
-
|
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
|