You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
374 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## Deepseek
+ temperature 调整生成的随机性,控制生成风格的严谨或随意
![[Pasted image 20250318095731.png]]
+ Top-K 限制候选词数量,使生成内容集中
+ Top-P 控制候选词累积概率,确保合理的候选词动态加入
+ Max_tokens 控制生成的回复中最多可以包含多少个标记tokens直接影响生成文本的长度