fix: 修正数据集生成模型的temperature参数

This commit is contained in:
carry 2025-04-30 01:14:19 +08:00
parent d35074038e
commit d0917e134e

View File

@ -62,7 +62,7 @@
数据集生成模型通过Deepseek ai官方API调用具体的生成参数如下 数据集生成模型通过Deepseek ai官方API调用具体的生成参数如下
\begin{itemize} \begin{itemize}
\item temperature0.9 \item temperature1.0
\item max\_length4096 \item max\_length4096
\end{itemize} \end{itemize}