update action parser

This commit is contained in:
liuyongbin
2025-12-11 15:07:42 +08:00
parent c2fe957fc4
commit 2a77c511ff
2 changed files with 32 additions and 10 deletions

View File

@@ -89,7 +89,7 @@ if __name__ == "__main__":
temperature=args.temperature,
top_p=args.top_p,
frequency_penalty=args.frequency_penalty,
extra_body={"skip_special_tokens": False},
stream=False,
)
print("\n模型推理结果:")