update example

This commit is contained in:
Tong Li 2025-03-06 10:54:23 +08:00 committed by YeAnbang
parent f8899dda70
commit 5c75d5b07c

View File

@ -60,7 +60,7 @@ if __name__ == "__main__":
ignore_eos=True,
include_stop_str_in_output=True,
stop=["</answer>"],
temperature=0.2,
temperature=0.7,
top_p=0.95,
)
)