fix: increase minimax max_tokens

This commit is contained in:
zhayujie
2026-03-11 15:31:35 +08:00
parent 734c8fa84f
commit 1767413712
3 changed files with 1 additions and 5 deletions

View File

@@ -213,7 +213,7 @@ class MinimaxBot(Bot):
# Prepare API parameters
model = kwargs.pop("model", None) or self.args["model"]
max_tokens = kwargs.pop("max_tokens", 4096)
max_tokens = kwargs.pop("max_tokens", 100000)
temperature = kwargs.pop("temperature", self.args["temperature"])
# Build request body