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),直接影响生成文本的长度